Eclipse 中 Debug 模式跳转到 exitCurrentThread 的问题解决

问题描述:

  Debug 模式启动项目,断点跳转到exitCurrentThread

解决方法:

  修改Eclipse 配置 window】->【Preferences】->【Java】->【Debug】

  去掉【Suspend execution on uncaught exceptions】前面的勾。

  点击应用(Apply),确定 (Apply and Close)。

  再次  Debug 模式启动项目,问题解决。

原文地址:https://www.cnblogs.com/relucent/p/9579089.html