Home > Python debugging

Python debugging

29th November 2007
Note to self: turn on the CLI debug this way:
python -m pdb [script]
That is all.
Tags: computers, debug, programming, python