python -m pdb
DebuggingPython debugger
Examples
Common usage examples
Run script in debugger
python -m pdb script.pyNotes
- Interactive debugger with breakpoints
- Use 'n' to step, 'c' to continue, 'q' to quit
Related Commands
You might also find these useful