serhii.net

In the middle of the desert you can say anything you want

11 Aug 2022

Running modules with pdbpp in python

python3 -m pdb your_script.py is usual

For modules it’s unsurprisingly intuitive:

python3 -m pdb -m your.module.name

For commands etc:

python3 -m pdb -c 'until 320' -m your.module.name
Nel mezzo del deserto posso dire tutto quello che voglio.