Spring Boot项目使用了spring-boot-devtools工具且在Eclipse中Debug调试会自动跳转到这个方法:
public static void exitCurrentThread() { throw new SilentExitException(); }
解决方法:
Eclipse->【Preferences】->【Java】->【Debug】:去掉【Suspend execution on uncaught exceptions】前面的勾。
参考:
Spring Boot项目使用了spring-boot-devtools工具且在Eclipse中Debug调试会自动跳转到这个方法:
public static void exitCurrentThread() { throw new SilentExitException(); }
解决方法:
Eclipse->【Preferences】->【Java】->【Debug】:去掉【Suspend execution on uncaught exceptions】前面的勾。
参考:
转载于:https://www.cnblogs.com/EasonJim/p/8135332.html

被折叠的 条评论
为什么被折叠?
