Windows Server R2 installation windbg and Symbol path settings

Source: Internet
Author: User

1. Download the WinDbg installation package (debuggers and tools-x64_en-us v6.12.0002.633 Amd64.msi), double-click Install

2. Download the corresponding version of symbol from the website http://msdn.microsoft.com/en-us/windows/hardware/gg463028.aspx#Download_windows (Windows_ Win7sp1.7601.17514.101119-1850.amd64fre.symbols.msi), installed in the E:\symbol, after installation contains many folders, as follows:

3.WINDBG is installed in a sub-directory of DDK, the specific path is as follows:

4.WINDBG access symbols require two files (SYMSRV. DLLs and SymStore. EXE) so add their path to the main path environment variable, that is: your windbg installation directory.
How to: On the desktop My Computer right--Properties--advanced-environment variables, in the System Variables list box, find the path double-click, add a semicolon at the end of the variable value and write your installation directory. Click OK. This step is to tell WinDbg where the two files are placed.

5. Create a new environment variable _NT_SYMBOL_PATH value is: srv*e:\symbols*e:\symbols;http://msdl.microsoft.com/download/symbols;
How to: Desktop My Computer right---Properties--advanced--environment variables, click New, add the above variable name and variable value. This step means to tell WinDbg, first find the symbol file from the E:\symbols, if not from http:// Msdl.microsoft.com/download/symbols download symbol file in local E:\symbols
6. Next, start Windbg,file->symbol File path, enter the following, that is the installation path of Symbol, click OK to save

7. Verify: Click File->attach to a process, select a session, click OK to attach

At this point, the installation process is complete.

Windows Server R2 installation windbg and Symbol path settings

Related Article

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.