记:解决Debug启动Spring Boot项目时自动跳转到exitCurrentThread 码在指尖舞 2021-05-08 451 阅读1分钟 问题描述: 在Eclipse中Debug启动Spring Boot项目时,会自动跳转exitCurrentThread方法,如图 static void exitCurrentThread() { throw new SilentExitException(); } 解决方法: Eclipse->【Preferences】->【Java】->【Debug】:去掉【Suspend execution on uncaught exceptions】前面的勾。