Eclipse老是自动跳到ThreadPoolExecutor断点, 解决方法有两个:
Window-->preferences --> java --> debug
suspend execution 里面,把suspend execution on uncaught exceptions勾掉。
Window-->preferences --> java --> debug --> step filtering
往里面加一个你不想断点的类或包,然后勾上。
如果Eclipse会自动跳转到Debug视图, 请查看Window->Preferences->Run/Debug->Perspectives中的Open the associated perspective when an application suspends是不是选择了Always, 如果是, 改为Prompt即可
http://www.ylzx8.cn/java/eclipse/1095077.html
Window-->preferences --> java --> debug
suspend execution 里面,把suspend execution on uncaught exceptions勾掉。
Window-->preferences --> java --> debug --> step filtering
往里面加一个你不想断点的类或包,然后勾上。
如果Eclipse会自动跳转到Debug视图, 请查看Window->Preferences->Run/Debug->Perspectives中的Open the associated perspective when an application suspends是不是选择了Always, 如果是, 改为Prompt即可
http://www.ylzx8.cn/java/eclipse/1095077.html
本文介绍了如何在Eclipse中避免自动跳转到特定类或包的断点,包括取消在未捕获异常时暂停执行的设置,以及利用步进过滤功能排除指定类或包。
594

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



