eclipse java web项目经常自动调试进入debug模式

今天在运行Javaweb项目时,程序运行运行着就自动调试进入ThreadpoolExecutor,看着非常影响心情。最后在网上搜解决方法最后找到原因,解决方法如下。

Window——》Preferences——》Java——》Debug——》Suspend Execution,将suspend execution on uncaught exceptions前的勾去掉——》Apply——》OK
suspend execution on uncaught exceptions 翻译为汉语是:暂停执行未捕获的异常。
问题解决。这个问题的原因是 一直在捕获 未捕获的异常。

posted @ 2019-01-17 18:17  明天,你好啊  阅读(1197)  评论(1编辑  收藏  举报