Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在哪里可以找到文件格式规范或解析 .suo 文件的指南?我想从中提取断点信息。
MSDN 主题解决方案用户选项 (.Suo) 文件简要描述了存储流是如何从这个结构存储文件中读取和写入的,但是这个信息非常少,尤其是对于我的结构化存储经验的人。
从 .suo 文件中获得任何有用信息的希望渺茫。即使您确实设法对其(复杂的)格式进行逆向工程,您的辛勤工作也将在 Visual Studio 的下一个版本或服务包中付诸东流。
该文件存储 IDE 状态。该状态也可以从可扩展性接口访问。使用宏来取得成功。在 MSDN 库中查找 EnvDTE 命名空间以开始使用。