intellij idea 如何一键清除所有断点

原文地址: https://blog.csdn.net/yanziit/article/details/73459795

我之前写了一个百度经验,但是搜不到,现在复制一遍,自己留个记录.

注:此方法适用 intellij idea 2016.2.5版本,其他版本我没用过,暂时不知道

1.在idea左下方找到"View Breakpoints"按钮,点击打开.

 

2.点击"Java Line Breakpoints"前方的全选框,取消全选.


 
3.点击上方"-"即"Remove"按钮,即可取消所有Breakpoints.
 

4.清除断点后,点击"Done".

 
原文地址:https://www.cnblogs.com/suizhikuo/p/9306536.html