美文网首页
Breakpoint at “throw new SilentE

Breakpoint at “throw new SilentE

作者: wyatt_plus | 来源:发表于2017-06-15 17:38 被阅读0次

    This is unfortunately a know issue with the new spring-boot-devtools
    module (seehttps://github.com/spring-projects/spring-boot/issues/3100). We use this trick to kill the main thread so that we can replace it with a re-loadable version. So far I've not found a way to prevent the debug breakpoint from triggering.
    For now, you can toggle the "suspend execution on uncaught exceptions" checkbox in Java -> Debug preferences to prevent it from happening

    相关文章

      网友评论

          本文标题:Breakpoint at “throw new SilentE

          本文链接:https://www.haomeiwen.com/subject/sujuqxtx.html