eclipse老是报ThreadPoolExecutor$Worker.run()(转)

Posted 6532418

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了eclipse老是报ThreadPoolExecutor$Worker.run()(转)相关的知识,希望对你有一定的参考价值。

资料地址:http://stackoverflow.com/questions/6290470/eclipse-debugger-always-blocks-on-threadpoolexecutor-without-any-obvious-excepti

eclpise debug 模式的线程经常会停在 ThreadPoolExecutor$Worker.run() 这是因未捕获异常导致的.

如果觉得烦了:

Configuring the behavior of Eclipse is straightforward - in the Preferences Dialog, the Debug pane under Java in the tree hierarchy, has the option titled "Suspend execution on uncaught exceptions", which can be unchecked.

打开参数面板,搜索 debug 找到 "Suspend execution on uncaught exceptions" 把前面的勾去掉.

以上是关于eclipse老是报ThreadPoolExecutor$Worker.run()(转)的主要内容,如果未能解决你的问题,请参考以下文章

Python求助在eclipse和pycharm中,通过adb install安装中文名字APK时老是报错,如何解决

eclipse debug调试时老是被URLClassLoader这个类拦截到,不能进入到要调试的类里面去?

为啥我的eclipse老是自动编译 而且时间很长

Eclipse老是出现 updating error reports database

写的一段python老是报错 求解 老是在*cur*的地方报错

在eclipse里面建立文件夹老是出现黄灯加上红叉?