[ In this video, I show how to use PDB, the standard Python Debugger, and Rapunzel, a code editor, for visual debugging. This allows you to inspect the state of your code after it has crashed (post-mortem debugging) or when it has paused at a breakpoint. See also: