Intellij IDEA查看所有断点

项目中打的断点太多,有时自己也想不到打在哪里了,也不知道哪些方法、哪些代码行上打了断点,在IDEA中如何查看所有断点呢?

方法如下:

  • step 1 IDEA的debug面板中有一个名称为View Breakpoints按钮,如图:

all-breakpoints

  • step 2 点击后即可看到项目中已经打过的所有断点:

all-breakpoints2

原文地址:https://www.cnblogs.com/han-1034683568/p/8603110.html