ytrstu / winpdb

Automatically exported from code.google.com/p/winpdb
0 stars 0 forks source link

feature request: graphical jump #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

One cool missing feature is jump in GUI.
That means, scroll the cursor to a line and the debugger will jump there.
(as in Visual studio, VB, VBA in office etc.)

Thanks a lot !

Original issue reported on code.google.com by yinon.me on 3 Nov 2009 at 10:26

GoogleCodeExporter commented 9 years ago
Have you tried going to the desired line with the cursor and hitting F8? Doing 
this
lets the debugger run until it reaches that line.

Original comment by jorge.no...@gmail.com on 29 Jan 2010 at 8:23

GoogleCodeExporter commented 9 years ago
Thanks for the suggestion.
It solves my problem for jumping ahead, but it doesn't allow to jump *back*
(in the console I do it by "j 78", for example).

Original comment by yinon.me on 31 Jan 2010 at 8:22