eclipse springboot项目(springboot2.1) debug启动跳断点,跳至 SilentExitException

刚开始接触springboot,学习记录(且分享)!

问题场景:

main方法debug启动时,每次都会进入断点如下图:

eclipse springboot项目(springboot2.1) debug启动跳断点,跳至 SilentExitException

解决方式:

菜单栏

Window->Preference->Java->Debug

去除勾选"Suspend execution on uncaught exceptions"(如下图)

eclipse springboot项目(springboot2.1) debug启动跳断点,跳至 SilentExitException