Re: [Python-Dev] Python advanced debug support (update frame code)

2014-01-13 Thread Nick Coghlan
On 13 January 2014 09:08, Fabio Zadrozny wrote: > Hi Python-dev. > > I'm playing a bit on the concept on live-coding during a debug session and > one of the most annoying things is that although I can reload the code for a > function (using something close to xreload), it seems it's not possible t

[Python-Dev] Python advanced debug support (update frame code)

2014-01-12 Thread Fabio Zadrozny
Hi Python-dev. I'm playing a bit on the concept on live-coding during a debug session and one of the most annoying things is that although I can reload the code for a function (using something close to xreload), it seems it's not possible to change the code for the current frame (i.e.: I need to g