The PDB format is usually used instead of the DBG format.
picking the wrong one. The default build environment generates the PDB in
the same location with the EXE file. In the instalation folder there is
symchk.exe tool that can be used in solving your problem.
This posting is provided "AS IS" with no warranties, and confers no rights.
Post by cappy2112Thanks Daniel.
I've enabled the noisy extension, and reloaded the symbols, with the
following result.
BGENG: native.exe - Partial symbol image load missing image info
DBGHELP: No header for native.exe. Searching for dbg file
DBGHELP: C:\WINDDK\3790.1830\obj\i386\native.dbg - file not found
DBGHELP: C:\WINDDK\3790.1830\obj\i386\exe\native.dbg - path not found
DBGHELP: C:\WINDDK\3790.1830\obj\i386\symbols\exe\native.dbg - path
not found
DBGHELP: C:\WINDOWS\XP_SP2Symbols\native.dbg - file not found
DBGHELP: C:\WINDOWS\XP_SP2Symbols\exe\native.dbg - file not found
DBGHELP: C:\WINDOWS\XP_SP2Symbols\symbols\exe\native.dbg - path not
found
DBGHELP: .\native.dbg - file not found
DBGHELP: .\exe\native.dbg - path not found
DBGHELP: .\symbols\exe\native.dbg - path not found
DBGHELP: native.exe missing debug info. Searching for pdb anyway
DBGHELP: native - private symbols & lines
C:\WINDDK\3790.1830\obj\i386\native.pdb - unmatched
No dbg file is created, only a .pdb file is created using the checked
build.
How do I enable generating the dbg file- or do other issues prevail?
On May 21, 10:05 pm, "Daniel Pravat [MSFT]"
Post by Daniel Pravat [MSFT]Please use !sym noisy extension command to activate the symbol loading
logging. In the following listing it is easy to see what location was
probed by debugger and what was the operation result.
0:000> .sympath c:\mySymLocation
DBGHELP: Symbol Search Path: c:\mySymLocation
Symbol search path is: c:\mySymLocation
0:000> !sym noisy
noisy mode - symbol prompts off
0:000> .reload /f notepad.exe
DBGHELP: c:\mySymLocation\notepad.pdb - file not found
DBGHELP: c:\mySymLocation\exe\notepad.pdb - file not found
DBGHELP: c:\mySymLocation\symbols\exe\notepad.pdb - file not found
DBGHELP: C:\Windows\system32\notepad.pdb - file not found
DBGHELP: notepad.pdb - file not found
*** ERROR: Module load completed but symbols could not be loaded for notepad.exe
DBGHELP: notepad - no symbols loaded
0:000>
Daniel
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified
athttp://www.microsoft.com/info/cpyright.htm