RE: Latest WinDbg : Where to get .pdb to view memory cont-ents

I believe it is

USE_PDB=1

-----Original Message-----
From: Gary Little [mailto:xxxxx@delphieng.com]
Sent: Thursday, June 15, 2000 9:07 AM
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@microsoft.com
To unsubscribe send a blank email to $subst(‘Email.Unsub’)