How can I remove all breakpoints from NetBeans 6.8

2020-05-18 04:09发布

How can I remove all breakpoints from NetBeans 6.8?

标签: java netbeans
7条回答
看我几分像从前
2楼-- · 2020-05-18 04:48

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

查看更多
【Aperson】
3楼-- · 2020-05-18 04:53

In 6.0 it was in the Window | Debugging menu.

You can right click then choose "Delete All".

查看更多
Luminary・发光体
4楼-- · 2020-05-18 04:58

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".

查看更多
家丑人穷心不美
5楼-- · 2020-05-18 05:01

adding at the other responses, after go to the next rout: Windows/Debugging/Breakpoints (or Alt + Shift + 5), then right-click at the breakpoints window you can Disable or Delete one or more breakpoints. Disable all or Delete all, and select the option Go to the source and see where ie the breakpoint.

Have a nice day!

查看更多
何必那么认真
6楼-- · 2020-05-18 05:02

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)

查看更多
贼婆χ
7楼-- · 2020-05-18 05:03

just to confirm that this answer works in Netbeans 8.1 (answer by YCF_L) 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)

查看更多
登录 后发表回答