bchertov wrote: |
Step Over will just stop at the next statement (and avoid going into any called rountine). Step Out does better by getting you out of the current routine altogether, but then it stops back at the calling routine. I want to just resume until another breakpoint is hit (if any). |
Oops, you're right! I use F4, Run to cursor, to do it. Can get annoying though as it'll stop at the cursor if you have a loop or something. I often end up putting the cursor outside a function to get it to run.
Would be nice if there was a "Run to next breakpoint" and maybe a "Run to end" as well.