How can I remove all breakpoints from NetBeans 6.8?
You have two options - disable and delete the breakpoints. Disable keeps the position of the breakpoint but debugger doesn't stop there delete removes the breakpoint completely. To delete breakpoints go to Window-> Debugger and select "Delete All".