Do any debuggers support "edit and continue?"

Sandy Sandy cde3 at live.com
Wed May 12 17:01:37 EDT 2010



maybe ipython?


http://showmedo.com/videos/video?name=1000020&fromSeriesID=100



> From: zapwireDASHgroups at yahoo.com
> Subject: Do any debuggers support "edit and continue?"
> Date: Wed, 12 May 2010 10:42:31 -0700
> To: python-list at python.org
> 
> Just curious... in Microsoft's Visual Studio (and I would presume some other 
> tools), for many languages (both interpreted and compiled!) there's an "edit 
> and conitnue" option that, when you hit a breakpoint, allows you to modify a 
> line of code before it's actually executed.
> 
> Does any Python debugger support this feature?  Being an interpreted language 
> it doesn't seem like it would necessarily be too onerous to support?  It'd be 
> quite handy in that, especially if you hit a breakpoint due to the interpreter 
> throwing an error, you could fix just the line in question and keep going, 
> rather than having to stop the entire program, fix the line, and then run 
> again and potentially kill a bunch of time getting the program back into the 
> same "state."
> 
> Thanks,
> ---Joel Koltner
> 
> -- 
> http://mail.python.org/mailman/listinfo/python-list
 		 	   		  
_________________________________________________________________
Hotmail: Powerful Free email with security by Microsoft.
https://signup.live.com/signup.aspx?id=60969
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20100513/eae240dc/attachment-0001.html>


More information about the Python-list mailing list