all groups > visual studio .net enterprise tools > september 2003 >
You're in the

visual studio .net enterprise tools

group:

Microsoft Debugging Tools


Re: Microsoft Debugging Tools Jochen Kalmbach
9/23/2003 8:47:59 AM
visual studio .net enterprise tools:
[quoted text, click to view]

Maybe you have not the correct PDB-file for the EXE...

What does "lm" display !?

Have you executed

"!analyze -v" !?

By the way, a better newsgroup might be "microsoft.public.windbg"
--
Greetings
Jochen

Do you need a memory-leak finder ?
Re: Microsoft Debugging Tools Pavel Lebedinsky
9/23/2003 12:34:44 PM
[quoted text, click to view]

What is the "correct path"? Note that windbg doesn't look for symbols
in the dump directory unless you explicitly tell it so. You need to do
something like

0:000> .sympath+ <dump file directory>
0:000> .reload

If that doesn't help, do

0:000> !sym -noisy
0:000> .reload

This will enable verbose output from the symbol loader.

Microsoft Debugging Tools Oliver Methfessel
9/23/2003 3:55:17 PM
Hello,

"Oleg Starodumov" <oleg_staro@hotmail.com> wrote in
news:uUMZZUpfDHA.1648@TK2MSFTNGP09.phx.gbl...
[quoted text, click to view]

I downloaded it, and installed Dr. Watson as standard postmortem debugger.
But now to my problem with the Debugging Tools for Windows:
Everything works fine, exept loading the symbol files. I have the
Symbol-Files in the same directory as the Debug-Exe Files. I set the
symbol-file-path to the correct path and open the crash dump file generated
by Dr. Watson (about 102 MB) But he does not open the Symbol File.
Why???

Thx

Oliver Methfessel

--
Oliver Methfessel
ITL-BF I
Delta Lloyd Deutschland AG
phone: +49 611 773 2322
fax: +49 611 773 2684
http://www.deltalloyd.de
oliver.methfessel at deltalloyd.de





Re: Microsoft Debugging Tools Oliver Methfessel
9/24/2003 9:13:25 AM
I got the solution for my problem. I didn't load the symbols for Windows.

the symbol path need to be:
-the path to you own symbols
-SRV*c:\symbols*http://msdl.mircrosoft.com/downloads/symbols
where c:\symbols ist the path on your local machine where to store the
downloaded windows symbol-files

Thx at all.

Oliver Methfessel

--
Oliver Methfessel
ITL-BF I
Delta Lloyd Deutschland AG
phone: +49 611 773 2322
fax: +49 611 773 2684
http://www.deltalloyd.de
oliver.methfessel at deltalloyd.de
"Oliver Methfessel" <oliver.methfessel@NOSPAMdeltalloyd.de> schrieb im
Newsbeitrag news:3f705542$0$8905$9b622d9e@news.freenet.de...
[quoted text, click to view]



AddThis Social Bookmark Button