eclipse 开发 spring 、 springboot项目调试时一直跳转到 SilentExitExceptionHandler.exitCurrentThread 方法

不想让 eclipse 调试时一直跳转到该方法

解决方法:

Eclipse->【Preferences】->【Java】->【Debug】:去掉【Suspend execution on uncaught exceptions】前面的勾。

原文地址:https://www.cnblogs.com/zhaopengcheng/p/9534858.html