Re: debugging in IPython

2009-04-25 Thread Esmail
I seem to recall something about starting up the python (and ipython) interpreter with the -i flag, but I am not certain. There is a ipython mailing list/user group too, you may want to post your query there too. Esmail -- http://mail.python.org/mailman/listinfo/python-list

debugging in IPython

2009-04-24 Thread Nick Matzke
This is a general question, but maybe there is some obvious solution I've missed. When I am writing code, I have a main script that calls functions in another .py file. When there is a bug or crash in the main script, in IPython I can just start typing the names of variables etc. to see what