There is no way to delete (or disable) all breakpoints in Qt Creator - they have to be disabled individually. Ack. I would find such a feature very useful.
Go to the debugger pane at the bottom of the IDE. In the bottom right corner there will be a breakpoint tab. Click this and you should see all breakpoints displayed. Now you can CTRL A and right click and delete all breakpoints.
This is the same in KDevelop.
ReplyDelete1 Ctrl+A,
ReplyDelete2 right click
3 disable breakpoint
A bit more detail:
ReplyDeleteGo to the debugger pane at the bottom of the IDE. In the bottom right corner there will be a breakpoint tab. Click this and you should see all breakpoints displayed. Now you can CTRL A and right click and delete all breakpoints.