Eclipse老是自动跳到ThreadPoolExecutor断点, 解决方法有两个:
preferences - java - debug
suspend execution 里面,把suspend execution on uncaught exceptions勾掉。
preferences - java - debug - step filtering
往里面加一个你不想断点的类或包,然后勾上。
如果Eclipse会自动跳转到Debug视图, 请查看Window->Preferences->Run/Debug->Perspectives中的Open the associated perspective when an application suspends是不是选择了Always, 如果是, 改为Prompt即可
preferences - java - debug
suspend execution 里面,把suspend execution on uncaught exceptions勾掉。
preferences - java - debug - step filtering
往里面加一个你不想断点的类或包,然后勾上。
如果Eclipse会自动跳转到Debug视图, 请查看Window->Preferences->Run/Debug->Perspectives中的Open the associated perspective when an application suspends是不是选择了Always, 如果是, 改为Prompt即可
本文详细介绍了如何解决Eclipse在调试过程中自动跳转到ThreadPoolExecutor断点的问题,提供了两个解决方案:修改preference设置以避免异常断点触发,或者通过筛选调试过滤器排除特定类或包。
1112

被折叠的 条评论
为什么被折叠?



