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.
如何将 DebugDiag 与内部应用程序一起使用?
我需要做什么(包括 obj 文件、程序集的链接等)
Debugdiag 分析需要符号(默认情况下,Microsoft 公共符号服务器已经配置了 Debugdiag)。所有下载的 Microsoft 公共符号都将放在“c:\symcache”中</p>
如果您有一个内部应用程序,并且您有符号,那么您只需将您的 PDB 文件(仅)添加到符号路径:“c:\symcache”</p>
在调试过程中,如果要设置断点,则还需要将符号添加到适当的路径中。“c:\symcache”