Bookmark and Share

Friday, November 13, 2009

How to configure Sysinternals Procmon & Procexplorer debug sysmbols

If you use Process Explorer or Process Monitor from sysinternals you will find useful to see the names of the called function in the call stack window.

Go to Options—>Configure Symbols and type:
image

Here are the strings:
C:\Program Files\Debugging Tools for Windows (x86)\dbghelp.dll
and
SRV*c:\websymbols*http://msdl.microsoft.com/download/symbols

Here is an example of complete call stack, note the windows function names:

image

Remember to install the latest Debugging Tools For Windows!

No comments:

Post a Comment