ProcMon Enable debugger

Source: Internet
Author: User

1. Set _nt_symbol_path

If the correct? Symsrv syntax is provided in the _NT_SYMBOL_PATH environment variable, the common Mircoroft debugging tool will use SYMSRV technology. These tools automatically include any content that you provide as a symbol path in the variable.

You can set the variable to either a system variable or a user environment variable. To do this from the desktop, right-click My Computer, and then click Properties. On the Advanced tab, click Environment Variables.

You can also set the variable temporarily at the command prompt. If you use this method, all applications that are started from the command prompt inherit the setting. Example: Set _nt_symbol_path = Symsrv*symsrv.dll*c:\symbols*http://msdl.microsoft.com/download/symbols

Source Document

2. Download Debug Symbols

To use the SymChk.exe utility to download symbol files for all components in the Windows\System32 folder, use the following command-line command:

SYMCHK/R c:\windows\system32/s Srv*c:\symbols\*http://msdl.microsoft.com/download/symbols

3. Configure ProcMon Symbols

Copy the Dbghelp.dll and Symsrv.dll in the WinDbg into the system directory and set the debug symbol path to%_nt_symbol_path%

4. Start using ProcMon for monitoring

ProcMon Enable debugger

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.