I have installed debug symbols for Windows XP service Pack2 (retail).

But When I try to debug my program the system symbols are not loaded (for
example kernel32)
<no matching symbols found>.

I have tried to set _NT_SYMBOL_PATH but no results.

How to resolve such problem ?

Thanks in advance.
Kiryl.

Re: debug symbols by Stephan

Stephan
Thu Oct 14 11:11:12 CDT 2004

1. Go to http://www.microsoft.com/whdc/devtools/debugging/default.mspx
and follow the link to "How to Use the Microsoft Symbol Server".

2. WinDbg questions are also discussed here: microsoft.public.windbg

Stephan
---
On Thu, 14 Oct 2004 14:18:03 +0300, "Kiryl" <kt@unknown.com> wrote:

>I have installed debug symbols for Windows XP service Pack2 (retail).
>
>But When I try to debug my program the system symbols are not loaded (for
>example kernel32)
><no matching symbols found>.
>
>I have tried to set _NT_SYMBOL_PATH but no results.
>
>How to resolve such problem ?
>
>Thanks in advance.
>Kiryl.

Re: debug symbols by Maxim

Maxim
Thu Oct 14 16:15:32 CDT 2004

.symfix command from WinDbg is helpful, read the documentation on it.

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com

"Kiryl" <kt@unknown.com> wrote in message
news:usU569dsEHA.3196@TK2MSFTNGP14.phx.gbl...
> I have installed debug symbols for Windows XP service Pack2 (retail).
>
> But When I try to debug my program the system symbols are not loaded (for
> example kernel32)
> <no matching symbols found>.
>
> I have tried to set _NT_SYMBOL_PATH but no results.
>
> How to resolve such problem ?
>
> Thanks in advance.
> Kiryl.
>
>