J
Jeff Sylvern
I have an application (a service) to debug on W2K where
the symbols are provided by sp4. Since I was not having
great results, I found this file to replace the symbols:
w2ksp4sym_en.exe. In addition to installing the symbols, I
have replaced my code with release (debug pdb files)
versions of this application so that I can run from
windbg. After the service is running and then launching
windbg, the user is required to attach the process. Before
attaching, the symbol path, image path, and source path
are all setup pointing at the key directories. After the
attach process (f6 in windbug) is selected from the
process list, windbg attempts to attach to my service but
I am not successful in getting windbg to resolve the
symbols cleanly. windbg tells me that my symbols do not
match. I have researched many sites including microsoft
and coming up empty. Has anyone had any success using
windbg to debug a service? Thank you, Jeff
the symbols are provided by sp4. Since I was not having
great results, I found this file to replace the symbols:
w2ksp4sym_en.exe. In addition to installing the symbols, I
have replaced my code with release (debug pdb files)
versions of this application so that I can run from
windbg. After the service is running and then launching
windbg, the user is required to attach the process. Before
attaching, the symbol path, image path, and source path
are all setup pointing at the key directories. After the
attach process (f6 in windbug) is selected from the
process list, windbg attempts to attach to my service but
I am not successful in getting windbg to resolve the
symbols cleanly. windbg tells me that my symbols do not
match. I have researched many sites including microsoft
and coming up empty. Has anyone had any success using
windbg to debug a service? Thank you, Jeff