eclipse调试报错,无法进入类的解决办法

调试进入类,类内容看不见。出现如下提示:

Could not open the editor: The Class File Viewer cannot handle the given input ('org.eclipse.ui.part.FileEditorInput').

解决办法:关闭eclipse,进入项目目录workspace\.metadata,删除该文件夹下的.plugins。重新启动eclipse,并重新设置字体等,进入调试模式,一切正常。

posted on 2017-04-10 11:33  FrankChia  阅读(2329)  评论(0编辑  收藏  举报

导航