Spring Boot项目使用了spring-boot-devtools工具且在Eclipse中Debug调试会自动跳转到这个方法:

public static void exitCurrentThread() {
    throw new SilentEitException();
}

解决方法:

Eclipse->【Window】->【Preferences】->【Java】->【Debug】:去掉【Suspend execution on uncaught exceptions】前面的勾。

springboot项目在Eclipse/Myeclipse中Debug启动跳转至断点(exitCurrentThread)

 

相关文章:

  • 2021-11-18
  • 2022-12-23
  • 2022-12-23
  • 2021-09-01
  • 2021-11-15
  • 2021-07-05
  • 2021-09-07
猜你喜欢
  • 2021-05-11
  • 2021-10-09
  • 2021-05-18
  • 2021-07-18
  • 2021-08-15
  • 2021-08-01
相关资源
相似解决方案