Home  >  Article  >  Backend Development  >  eclipse中调试按钮变灰色且快捷键没反应怎么办

eclipse中调试按钮变灰色且快捷键没反应怎么办

PHPz
PHPzOriginal
2016-06-13 11:57:024786browse

eclipse中调试按钮变灰色且快捷键没反应的解决方法:首先进入到eclipse的安装目录下;然后找到configuration目录下的org.eclipse.osgi文件夹;最后清空该文件夹即可。

eclipse中调试按钮变灰色且快捷键没反应怎么办

eclipse调试按钮变灰快捷键没反应

经常出现debug模式进入后,debug的几个按钮置灰,不可用状态。

在电脑中,打开Eclipse目录下的configuration下的org.eclipse.osgi目录,清空这个目录;然后,重新启动eclipse即可。

解决方法:

退出 Eclipse;

打开 Eclipse 目录下的 configuration 下的 org.eclipse.osgi目录,清空这个目录。

在我的mac下为: /Applications/Eclipse.app/Contents/Eclipse/configuration/org.eclipse.osgi/

重新启动 eclipse。

更多相关知识,请访问 PHP中文网!!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn