← Useful Tips
python -m pdb script.py: Run a script under Python's debugger
Use python -m pdb script.py to run a script under Python's debugger. It improves repeatability and debugging in Python and data workflows.
python -m pdb script.py
Why it helps
Use python -m pdb script.py to run a script under Python's debugger. It improves repeatability and debugging in Python and data workflows.
How to use it
- Open the relevant app or terminal.
- Use the shortcut or command above in the relevant context.
- Check the result; for commands that change data, test on a small example first.
People also search for
python -m pdb script.py: Run a script under Python's debuggerpython -m pdb script.pyrun a script under python's debuggerhow to run a script under python's debuggerPython / Data run a script under python's debugger