![]() |
Symbols path |
Post Reply
|
| Author | |
molotov
Moderator Group
Joined: 04 October 2006 Online Status: Offline Posts: 17492 |
Post Options
Quote Reply
Topic: Symbols pathPosted: 02 September 2008 at 2:15pm |
|
Hi Terje,
You might consider checking out a DBGHELP_LOG log file.
|
|
|
Daily affirmation:
net helpmsg 4006 |
|
![]() |
|
tetra
Newbie
Joined: 02 September 2008 Location: Norway Online Status: Offline Posts: 1 |
Post Options
Quote Reply
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
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?
|
|
![]() |
|
Post Reply
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |