How can I remove all breakpoints from NetBeans 6.8?
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)