windbg Symbol Path settings

Source: Internet
Author: User

In the WinDbg interface, enter "file", "Symbol file path ..." and enter the symbol path in the "Symbol path" box, separated by semicolons.

1, Microsoft Symbol path.

Srv*d:\localsymbols*http://msdl.microsoft.com/download/symbols

Where D:\localsymbols is an arbitrary native disk path. If the related symbol table is not found in the D:\localsymbols directory, WinDbg is automatically downloaded on the Microsoft symbol server.

2. Application symbol PATH.

When debugging your own applications, it is a good idea to put the application's symbolic path in front so that WinDbg looks for symbol files faster. For example, set the path to:

C:\myProgramPDB; C:\Windows\symbols; Srv*d:\localsymbols*http://msdl.microsoft.com/download/symbols

windbg Symbol Path settings

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.