美文网首页
PROBLEM -- eclipse debug无反应

PROBLEM -- eclipse debug无反应

作者: adonis_stan | 来源:发表于2019-01-20 12:31 被阅读3次

【问题】
  debug 一个题目时发现 debug 无反应,无法定位到 breakpoint,不管 breakpoint 打在哪,都无法定位到。并且我发现在左侧的 breakpoint 标记上有个斜线。

【解决方案】
  删除如下两个文件即可,如果不行请重新启动 eclipse

${workspace_dir}\.metadata\.plugins\org.eclipse.core.runtime\.settings\org.eclipse.debug.core.prefs  
${workspace_dir}\.metadata\.plugins\org.eclipse.core.runtime\.settings\org.eclipse.debug.ui.prefs  

具体原因我也不清楚,没有去了解(。・∀・)ノ

相关文章

网友评论

      本文标题:PROBLEM -- eclipse debug无反应

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