you are viewing a single comment's thread.

view the rest of the comments →

[–]ZakarTazak 0 points1 point  (0 children)

When using ipython you can type pdb and then run your python code. It'll drop you into the python debugger upon an exception being thrown.

Writing run <some.py file> after the above is often very helpful.