VC++2005设置从微软服务器下载符号库

    技术2022-05-19  20

    We have all had the experience of debugging an application in Visual Studio and run into the problem of not having the debugging symbols or having incorrect symbols. This is particularly true when you need to step into .NET CLR code to track down a problem.

    Microsoft maintains a public symbol server that provides symbols for the different Windows operating system versions, MDAC, IIS, ISA, and the .NET Framework. This server is for symbol downloads only and is not browseable. In addition to the Microsoft symbol server, you can create your own local symbol server for your own application on either a network share or your own local machine.

    In order to setup a symbol server, open the Options dialog, then open the Debugging node and click Symbols. To use the Microsoft symbol server, enter

    http://msdl.microsoft.com/download/symbols

    as a new symbol file (.pdb) location by clicking the  button and editing the text. You will need to enter a path for the cache directory, which can be either a network share or a local directory.


    最新回复(0)