Remove all breakpoints in IntelliJ IDEA

后端 未结 7 693
粉色の甜心
粉色の甜心 2020-12-23 02:55

Is there a possibility to remove all breakpoints in the module (might be using a shortcut) in IntelliJ IDEA IDE? Thanks.

7条回答
  •  Happy的楠姐
    2020-12-23 03:19

    As an alternative, instead of removing all breakpoints, you can just mute them. This will help in the case that you want to stop breaking on all of them. They will still exist, so you can toggle this setting again to start breaking on them.

    The mute breakpoints button can be found in the Debug view (view can be toggled using View -> Tool Windows -> Debug), in the left-hand side button menu. I attached a screenshot below.

    Mute breakpoints in IntelliJ IDEA

提交回复
热议问题