Compiler switches necessary to generate PDBs when not using ide :
/Z7 : Generate C7-compatible symbols
/Zi : Generate full debug symbols
You would use >either< /Z7 or /Zi, and >not< both.
Linker switches :
/DEBUG >and< /PDB
I hope you find this useful!
John D. Rogers Mangosoft, Inc. xxxxx@mango.com
-----Original Message-----
From: Gary Little [mailto:xxxxx@delphieng.com]
Sent: Thursday, June 15, 2000 12:07 PM
To: NT Developers Interest List
Subject: [ntdev] RE: Latest WinDbg : Where to get .pdb to view memory
cont ents
PDB is program data base files. These files are generated during the build
process. In Visual Studio, tell the linker you want to “Use program
database” on the Customize page of Settings. You may also need to set the
compiler’s Debug info setting to C7 compatible.
I’m sure you can do this using the BUILD utility also. But I’m not sure what
the settings would be in the sources file.
-----Original Message-----
From: Eshanye [mailto:xxxxx@procsys.com]
Sent: Wednesday, June 14, 2000 10:24 PM
To: NT Developers Interest List
Subject: [ntdev] Latest WinDbg : Where to get .pdb to
view memory contents
Hi,
I was using the latest WinDbg… When I wanted to check the
memory
contents of some virtual address [ which is presently in the
context],
it always gave an error mesg saying that some of the .pdb
files are old
and hence could not show the memory contents… So from
where do I get
the latest .pdb files for this WinDbg besides that what are
those
concerned .pdb’s…
Rdgs
Esha
You are currently subscribed to ntdev as:
xxxxx@delphieng.com
To unsubscribe send a blank email to
$subst(‘Email.Unsub’)
You are currently subscribed to ntdev as: xxxxx@mango.com
To unsubscribe send a blank email to $subst(‘Email.Unsub’)