eclipse总是在ThreadPoolExecutor类中debug

参考文章:
http://stackoverflow.com/questions/6290470/eclipse-debugger-always-blocks-on-threadpoolexecutor-without-any-obvious-excepti
原文描述
引用
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.


Windows->Preferences->Java->Debug
取消勾选 "Suspend execution on uncaught exceptions",如图

eclipse总是在ThreadPoolExecutor类中debug

KO

你可能感兴趣的:(eclipse)