interacting with debugger's code-pane

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

interacting with debugger's code-pane

Chris Muller-3
Some time ago, there was a change related to...  I think, something
about saving a change to a method in the debugger and/or a
highlighting issue?  Sorry, I can't even remember who it was; I'm
thinking Frank or Dave?

Whatever the issue was, the fix for it involved turning on some sort
of refresh stepping in the code pane.  This causes any text selection
to be lost in under two seconds, making it impossible to do code
interactions with the program being debugged.

Our love of developing in the debugger is being impeded.  How can we
get this fixed?

Reply | Threaded
Open this post in threaded view
|

Re: interacting with debugger's code-pane

Frank Shearar-3
On 25 September 2013 03:32, Chris Muller <[hidden email]> wrote:
> Some time ago, there was a change related to...  I think, something
> about saving a change to a method in the debugger and/or a
> highlighting issue?  Sorry, I can't even remember who it was; I'm
> thinking Frank or Dave?

I don't know if it was Dave, but it wasn't me. The last Debugger
hacking I did was around allowing you to create more messages on the
fly for stubs that raised exceptions like SubclassResponsibility,
NotImplemented and friends.

frank