eclipse debug 错误 之 processWorkerExit

eclipe 在debug模式下,有时候老是跳转到 ThreadPoolExecutor 之 processWorkerExit方法,很是让人恼火,

因为在 java.util.concurrent.ThreadPoolExecutor类中的 runWorker(Worker w)方法上有未捕获的异常信息,要

解决这个问题,只要在eclise设置下就好,具体步骤为:

Window-->Prefrence-->Java-->Debug,在右边的界面中取消勾选 suspend exception on uncaught exceptions

即可,如下截图供参考:

 

异常进入界面

 

解决办法截图

posted @ 2013-06-20 23:47  HanleyTang  阅读(3028)  评论(1编辑  收藏  举报