Sunday, July 19, 2009

Delete All Breakpoints?

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.

3 comments:

  1. This is the same in KDevelop.

    ReplyDelete
  2. 1 Ctrl+A,
    2 right click
    3 disable breakpoint

    ReplyDelete
  3. A bit more detail:

    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.

    ReplyDelete