Sysinternals Homepage
Forum Home Forum Home > Sysinternals Utilities > Process Explorer
  New Posts New Posts RSS Feed: Symbols path
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

Symbols path

 Post Reply Post Reply
Author
Message Reverse Sort Order
molotov View Drop Down
Moderator Group
Moderator Group
Avatar

Joined: 04 October 2006
Online Status: Offline
Posts: 17492
Post Options Post Options   Quote molotov Quote  Post ReplyReply Direct Link To This Post Topic: Symbols path
    Posted: 02 September 2008 at 2:15pm
Hi Terje,
 
You might consider checking out a DBGHELP_LOG log file.
Daily affirmation:
net helpmsg 4006
Back to Top
tetra View Drop Down
Newbie
Newbie


Joined: 02 September 2008
Location: Norway
Online Status: Offline
Posts: 1
Post Options Post Options   Quote tetra Quote  Post ReplyReply Direct Link To This Post Posted: 02 September 2008 at 2:10pm
I have downloaded Windows Debugger and set up PE to use the Microsoft symbols download server. After I realized I had to change the dbghelp.dll path too, it even works Tongue
 
So now, under Options | Configure Symbols I have
 
Dbghelp.dll path:
 C:\Program Files\Debugging Tools for Windows (x86)\dbghelp.dll
Symbols path:
 SRV*c:\symbols*http://msdl.microsoft.com/download/symbols
 
Now, I would like to also use our internal symbols server for our own software and tried changing the Symbols path to  SRV*c:\symbols*http://msdl.microsoft.com/download/symbols;\\intranet\symbols
 
This is what I use in a batchfile for checking dumpfiles, and that works. Here is what the command line looks like
 
cdb -z MiniDump.dmp -logo out.txt -lines -y "SRV*c:\symbols*http://msdl.microsoft.com/download/symbols;\\intranet\symbols" -c ".ecxr;!analyze -v;q"
 
However, in PE it doesn't. Any suggestions?
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down