On Jun 10, 1:40 am, Ben Charrow <bchar...@csail.mit.edu> wrote:
> If you're looking to debug your program, try "import pdb"

Another option, if you wish to debug an error, is to run python using
the -i parameter. This will leave you inside the interpreter at the
point that execution stops. Very handy.

- alex23
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to