When debugging, sometimes you may inadvertently and unnecessarily step into a while/foor loop. Would be nice to be able to let the debugger run that loop and stop just after exiting it. Currently you have to set a breakpoint, let it run till it hits, the delete that breakpoint.
Most debuggers (in other programming languages) have a "run to here" option, i.e., you put the cursor at a certain location and let the debugger run till there. A new entry in the context menu labeled "Run to here" could do just that. stopping at whatever wire the mouse cursor is hovering at.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.