Description
Traces Python code while it runs so developers can see which functions, files, or lines are being executed. It helps investigate complex behavior without adding many temporary print statements by hand.
This is a debugging and diagnostics library for development environments. Tracing can expose data passing through a program, so avoid enabling it carelessly around private input or production secrets.