Commands.app
Home
Linux
Docker
Git
Laravel
Next.js
npm
Yarn
Python
Filament
Contribute
Back to python
python -m pdb
Debugging
Python debugger
Examples
Common usage examples
Run script in debugger
python -m pdb script.py
Copy
Notes
Interactive debugger with breakpoints
Use 'n' to step, 'c' to continue, 'q' to quit
Related Commands
You might also find these useful
python