当前位置: 代码迷 >> Eclipse >> debug模式下eclipse总是自动跳到ThreadPoolExecutor解决方案
  详细解决方案

debug模式下eclipse总是自动跳到ThreadPoolExecutor解决方案

热度:55   发布时间:2016-04-23 00:29:43.0
debug模式下eclipse老是自动跳到ThreadPoolExecutor解决方案
debug模式下eclipse总是自动跳到ThreadPoolExecutor解决方案
在eclipse中选择Window->Preference->Java->Debug,
将“Suspend execution on uncaught exceptions”的勾去掉即可。
  相关解决方案