Is there a way to turn on/off a breakpoint in bookmarks?

Answered

Hello,

I am very satisfied with CLion IDE, however, I miss one thing I got used to from other IDEs. It is an ability to disable/enable breakpoints directly from the list of all breakpoints and not only in the code. I can disable/enable breakpoint in CLion by clicking on it with middle mouse button, in the code, where the breakpoint is located. Is there any way how to achieve the same behaviour in the bookmark listing of all breakpoints, without the need to navigate to the actual breakpoint location?

 

0
1 comment

Hello!

The Breakpoints dialog (`Run | View Breakpoints`) might be suitable for you.

Or you can right-click on the breakpoint in the Bookmarks tool window and choose `Remove Breakpoint`:

0

Please sign in to leave a comment.