使用eclipse开发springboot web项目,在main方法类上使用debug启动后,会自动断点进入SilentExitException ,如图:
解决办法 :window->preferences ->java->debug 取消“suspend execution on uncaught exceptions”选项即可
使用eclipse开发springboot web项目,在main方法类上使用debug启动后,会自动断点进入SilentExitException ,如图:
解决办法 :window->preferences ->java->debug 取消“suspend execution on uncaught exceptions”选项即可