Eclipse IDE(Spring Tool Suite)のデバッグモードでSpring Bootプロジェクトを実行するたびにthrow new SilentExitException();
、ブレークポイントがなくてもスレッドは行で停止します。
この動作を回避するための解決策はありますか?
org.springframework.boot.devtools.restart.SilentExitExceptionHandler.exitCurrentThread() (line 53):
public static void exitCurrentThread() {
throw new SilentExitException();
}
これは、1.3.0マイルストーンへのアップグレード後に発生し始めます。
Spring Tool Suite
Version: 3.7.0.RELEASE
Build Id: 201506290649
プラットホーム:
Eclipse Luna SR2 (4.4.2)
return !(this instanceof org.springframework.boot.devtools.restart.SilentExitExceptionHandler.SilentExitException);
別のJVM言語で開発する場合でも、これはJavaである必要があります。