May 5, 2007
4:31 p.m.
On May 5, 2007, at 6:54 AM, Alexander Schmolck wrote:
"Bill Baxter" <wbaxter@gmail.com> writes:
also pulls the numpy namespace into the global one. For debugger integration, is there any way to set up ipython so that on errors it will pop up a GUI debugger that shows the line of source code where the error occured and let you set break points?
Sure -- use emacs and ipython.el (I know this is not a very satisfactory answer if you are not an emacs user).
Or maybe we can try to work out some quick how-tos with this: http://www.digitalpeers.com/pythondebugger/ Has anybody used it before? I've had it lying around w/ the intent to use it, but haven't gotten around to it just yet. -steve