Eclipse + Spring Boot 中“throw new SilentExitException()”处的断点
2022-08-31 10:18:42
每次我在 Eclipse IDE(Spring 工具套件)的调试模式下运行 Spring Boot 项目时,即使没有断点,线程也会停止在行。throw new SilentExitException();
有没有一些解决方案可以避免这种行为?
org.springframework.boot.devtools.restart.SilentExitExceptionHandler.exitCurrentThread() (line 53):
public static void exitCurrentThread() {
throw new SilentExitException();
}
在升级到 1.3.0 里程碑后,这种情况开始发生。
弹簧工具套件
Version: 3.7.0.RELEASE
Build Id: 201506290649
平台:
Eclipse Luna SR2 (4.4.2)