How can I remove all breakpoints from NetBeans 6.8?

Select menu Window / Debugging / Breakpoints (or press Alt + Shift + 5), then right-click in the Breakpoints window and select Delete All.


The top answer is how to permanently remove the breakpoints. You can also temporarily remove all breakpoints by using Disable All instead of Delete All.

Select menu Window / Debugging / Breakpoints (or press Alt + Shift + 5), then right-click in the Breakpoints window and select Disable All.

Works in NetBeans 7.4 (and NetBeans 8)


In 6.0 it was in the Window | Debugging menu.

You can right click then choose "Delete All".