每次我在EclipseIDE(SpringToolSuite)中以Debug模式运行SpringBoot项目时,即使没有断点,线程也会在thrownewSilentExitException();行停止。有没有办法避免这种行为?org.springframework.boot.devtools.restart.SilentExitExceptionHandler.exitCurrentThread()(第53行):publicstaticvoidexitCurrentThread(){thrownewSilentExitException();}这在升级到1.3.0里程碑后开始发生。S
每次我在EclipseIDE(SpringToolSuite)中以Debug模式运行SpringBoot项目时,即使没有断点,线程也会在thrownewSilentExitException();行停止。有没有办法避免这种行为?org.springframework.boot.devtools.restart.SilentExitExceptionHandler.exitCurrentThread()(第53行):publicstaticvoidexitCurrentThread(){thrownewSilentExitException();}这在升级到1.3.0里程碑后开始发生。S