Remove all breakpoints in IntelliJ IDEA Ask Question

Remove all breakpoints in IntelliJ IDEA Ask Question

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

ベストアンサー1

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

おすすめ記事