一、debug 启动 Spring Boot 项目的时候会进入 SilentExitExceptionHandler.exitCurrentThread 方法

eclipse debug 启动 Spring Boot 总是进入 SilentExitExceptionHandler

二、解决方案

window → Preferences → Java → Debug → 取消勾选 Suspend execution on uncaught exceptions

eclipse debug 启动 Spring Boot 总是进入 SilentExitExceptionHandler

相关文章: