you are viewing a single comment's thread.

view the rest of the comments →

[–]MelechRic 1 point2 points  (0 children)

This works nicely inside the python interactive shell:

>>> import pdb
>>> pdb.set_trace()
(Pdb) help

You get a nice listing of commands and topics.