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

原文链接: https://my.oschina.net/u/913265/blog/1941557

问题描述:

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

解决方法:

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

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

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

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

转载于:https://my.oschina.net/u/913265/blog/1941557

你可能感兴趣的:(Eclipse 中 Debug 模式跳转到 exitCurrentThread 的问题解决)