简体   繁体   English

Visual Studio SUO文件的文件格式或解析指南。

[英]File format or parsing guidance for Visual Studio SUO files.

Where can I find a file format spec, or guidance for parsing, .suo files? 我在哪里可以找到文件格式规范,或解析.suo文件的指导? I'd like to extract breakpoint information from them. 我想从中提取断点信息。

The MSDN topic Solution User Options (.Suo) File briefly describes how storage streams are read from and written to this structure storage file, but this information is very scant, especially for someone of my structured storage experience. MSDN主题解决方案用户选项(.Suo)文件简要描述了如何从此结构存储文件读取和写入存储流,但此信息非常少,特别是对于我的结构化存储体验的人员。

There's little hope to ever get any useful info out of a .suo file. 从.suo文件中获取任何有用的信息几乎没有希望。 Even if you do manage to reverse-engineer its (complicated) format, your hard work will be for naught with the next release or service pack for Visual Studio. 即使您确实设法对其(复杂)格式进行逆向工程,您的下一个版本或Visual Studio服务包的努力也将是徒劳的。

The file stores IDE state. 该文件存储IDE状态。 That state is also accessible from the extensibility interfaces. 也可以从可扩展性接口访问该状态。 Use macros to get ahead. 使用宏来获得成功。 Lookup the EnvDTE namespace in the MSDN library to get started. 在MSDN库中查找EnvDTE命名空间以开始使用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM