Search code examples
intellij-idea

Remove all breakpoints in IntelliJ IDEA


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


Solution

  • 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