Glossary coding Term Page

Traceback

The ordered record of function calls when an exception occurs

traceback #coding#python
Korean version

Related Concepts

Core Idea

Traceback is The ordered record of function calls when an exception occurs. It usually makes the most sense alongside Exception, Logger, Handler.

Why It Matters Here

Mathbong reuses this term across python posts as shared vocabulary.

Posts Mentioning This Concept