GNOME Bugzilla – Bug 358009
activating stack frame in debugger should also jump to source
Last modified: 2009-08-15 18:40:50 UTC
Currently, I can double-click a stack frame in the debugger to activate it. If I want to see the frame's source code, however, I must additionally right-click on the frame and choose View Source. This extra step is annoying; when the user double-clicks a stack frame I think we should activate it and also jump to its source code. Other information:
I'm agree. The debugger plugin is currently under quite heavy development that's why I haven't take care of such thing. But, this should be quite easy to solve, I will try to do it in my next patch.
It should be fixed in the version currently on CVS.
I just tried this out and it works great. Thanks, Sebastien!
Closing all fixed bugs. Sorry for the mass update :( ...