Add "continue" function in debugger
If I set a breakpoint in my code the debugger stops every time it's hit (which it should). It would be nice if I could say ignore the breakpoint until the bottom (edited - previously top) of the call stack, then re-enable for the next time around....