问题描述:
Eclipse Debug 模式启动项目,断点跳转到exitCurrentThread
解决方法:
修改Eclipse 配置 【window】->【Preferences】->【Java】->【Debug】
去掉【Suspend execution on uncaught exceptions】前面的勾。
点击应用(Apply),确定 (Apply and Close)。
再次 Debug 模式启动项目,问题解决。
Eclipse Debug 模式启动项目,断点跳转到exitCurrentThread
修改Eclipse 配置 【window】->【Preferences】->【Java】->【Debug】
去掉【Suspend execution on uncaught exceptions】前面的勾。
点击应用(Apply),确定 (Apply and Close)。
再次 Debug 模式启动项目,问题解决。
© 著作权归作者所有