当我们将web项目发布到tomcat服务器中,并且以debug模式启动的时候,总是自动跳转到 ThreadPoolExecutor 类中,如下:

  eclipse在debug模式下总是自动进入到ThreadPoolExecutor类中

 

解决办法 

在eclipse中点击Window->Preference->Java->Debug
将“Suspend execution on uncaught exceptions”的勾去掉即可

 如下图:

 eclipse在debug模式下总是自动进入到ThreadPoolExecutor类中

 

相关文章:

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