WinDBG symbol file on XP Embedded

  • Thread starter Thread starter EunHui Kim
  • Start date Start date
E

EunHui Kim

I want to get the symbol file about XP Embedded by WinDBG.
I set the symbol file using this option : kd>.symfix C:\OsSymbol\WebSymbol
About ntoskrnl.exe, WinDBG says it's wrong symbol file.
I just want to dump file while XPE falls in blue screen.
Even though I just want to see the dump file, is it essential for my development PC to connect to target?

I'm poor at using WinDBG
Please Help Me~

Thanks !
 
EunHui Kim,

Did you set up Symbol search path?
This KB article may answer your questions: http://support.microsoft.com/default.aspx?scid=kb;en-us;148660

--
Regards,
KM

PS. The microsoft.public.windbg newsgroup would serve better for these type of questions.

I want to get the symbol file about XP Embedded by WinDBG.
I set the symbol file using this option : kd>.symfix C:\OsSymbol\WebSymbol
About ntoskrnl.exe, WinDBG says it's wrong symbol file.
I just want to dump file while XPE falls in blue screen.
Even though I just want to see the dump file, is it essential for my development PC to connect to target?

I'm poor at using WinDBG
Please Help Me~

Thanks !
 
Back
Top