Description
Tracebacks can include local variable values to make failures easier to diagnose. Developers can see relevant runtime state when exceptions occur, reducing the need to reproduce every error under a debugger. It may expose secrets or personal data if variables contain sensitive values.