How To Debug with WinPDB from Within SPE
Computers & Programming • Python
The WinPDB graphical debugger can be launched from within SPE to debug Python code. Here Ian Ozsvald shows how to launch the debugger, step through the code and stack frame, inspect variables and exit back to SPE. He also explains the significance of the Magic Letters.