How can I remove all breakpoints from NetBeans 6.8?

前端 未结 7 1520
[愿得一人]
[愿得一人] 2021-02-01 00:22

How can I remove all breakpoints from NetBeans 6.8?

7条回答
  •  执笔经年
    2021-02-01 00:56

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

提交回复
热议问题