今天在项目调试的时候总是报:
Could not open the editor:
The Class File Viewer cannot handle the given input
('org.eclipse.ui.ide.FileStoreEditorInput').
折腾了一下午,总算好了。
解决办法是:把workspack下.metadata里的文件全部删除了,可能是某个东西出问题了吧,我也没具体测试。删除完后再把项目导入就可以正常debug了
今天在项目调试的时候总是报:
Could not open the editor:
The Class File Viewer cannot handle the given input
('org.eclipse.ui.ide.FileStoreEditorInput').
折腾了一下午,总算好了。
解决办法是:把workspack下.metadata里的文件全部删除了,可能是某个东西出问题了吧,我也没具体测试。删除完后再把项目导入就可以正常debug了