I'd like to see a couple of enhancements to the debug controls in the IDE:
- Clear all breakpoints. I quite often have multiple breakpoints set in my code then when I want a "clean run" I have to remember where they were and go manually unset them. Would much prefer just to clear them all in one go.
- Step in and out. At the moment if I'm paused on a sub call and want to execute the code in the called sub without stepping through it, I have to set a breakpoint on the next statement then press F5 then unset the breakpoint. Would be great to be able to press (e.g.) shift-F8 and have the IDE execute the called sub then break on the next statement following the sub call.