Where does eclipse store Active configuration info of a CDT project?

て烟熏妆下的殇ゞ 提交于 2019-12-12 02:30:33

问题


All the configuration information about debug and release modes are stored in .cproject file. But I don't find any information about which is the Active configuration in .project or .cproject file. Where can I find this information?


回答1:


It is stored in <workspace>/.metadata/.plugins/org.eclipse.core.resources/.projects/<project>/.indexes/properties.index, in a binary format.



来源:https://stackoverflow.com/questions/43180036/where-does-eclipse-store-active-configuration-info-of-a-cdt-project

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!