combined functionality of ipython's %whos and pdb's next (without a resource heavy IDE)

Ed Leafe ed at leafe.com
Fri Jul 30 09:11:29 EDT 2010


On Jul 29, 2010, at 3:39 PM, Benjamin J. Racine wrote:

> I am trying to combine the ability to move line-by-line through the code as is done with pdb's "next" function with ipython's ability to list all variables at once... without the use of a full-fledged IDE.
> 
> I am not seeing how this might be done.  Many thanks for your help...

	Check out PuDB - I use it all the time. http://pypi.python.org/pypi/pudb

	Intro screencast is at http://vimeo.com/5255125


-- Ed Leafe






More information about the Python-list mailing list