Debugging technique

J. Pic jpic at yourlabs.org
Mon Oct 5 03:19:00 EDT 2020


Another nice debugger feature is to step up with "u", this will take
you to the parent frame where you can again inspect the variables.

I use this when I want to reverse engineer how the interpreter got to
a specific line.

Maybe worth mentioning that Werkzeug provides in-browser interactive
debuggers at each frame of a traceback, that's very nice.


More information about the Python-list mailing list