码迷,mamicode.com
首页 > 系统相关 > 详细

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

时间:2016-06-28 12:42:19      阅读:186      评论:0      收藏:0      [点我收藏+]

标签:

资料地址: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()(转)

标签:

原文地址:http://www.cnblogs.com/-6532418/p/5622819.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!