出现这种状况是因为Eclipse默认开启挂起未捕获的异常(Suspend execution on uncaught exceptions),只要关闭此项就可以了。
解决方法:在eclipse中选择Window->Preference->Java->Debug,将“Suspend execution on uncaught exceptions”的勾去掉即可。
eclipse总是自动debug 跳到ThreadPoolExecutor

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-28
  • 2021-12-12
  • 2021-04-20
  • 2021-10-16
  • 2022-01-07
猜你喜欢
  • 2021-05-29
  • 2022-12-23
  • 2022-01-13
  • 2022-01-07
  • 2021-08-01
相关资源
相似解决方案