Remove all breakpoints in IntelliJ IDEA

后端 未结 7 678
粉色の甜心
粉色の甜心 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条回答
  •  北海茫月
    2020-12-23 03:09

    Ctrl+Shift+F8

    is using for removing all breakpoints.
    Select upper breakpoint -> Ctrl+Shift+End -> Remove

    On Mac Os use this:

    Cmd + Shift + (Fn) + F8 on Mac OS
    

提交回复
热议问题