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

已回答

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

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

请先登录再写评论。