When I'm debugging an application and I have numerous breakpoints all over the place, if I have finished debugging the part I'm interested in, is it possible to then ignore all the remaining breakpoints and run the application?
I don't want to delete them or disable them permanently - kind of just a quick keyboard shortcut to say yeh I'm happy with the current bit of debugging and I want to check the output before moving on to the next.
Thanks for any help