Re: Debugging with just PDB files
- From: "Peter Duniho" <NpOeStPeAdM@xxxxxxxxxxxxxxxx>
- Date: Thu, 04 Sep 2008 13:15:48 -0700
On Thu, 04 Sep 2008 11:51:01 -0700, Elizabeth <Elizabeth@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
I need to use a debugger that allows me to step throu code by just using PDB
files. The PDB stores all the source information. How would I do this?
This question doesn't make much sense. There's no actual code in a PDB file. Just a description of code. You need the actual compiled code that was generated at the same time as the PDB in order to execute it, never mind debug it.
.
- References:
- Debugging with just PDB files
- From: Elizabeth
- Debugging with just PDB files
- Prev by Date: Re: Mail to SMPT server Causes error
- Next by Date: Re: Let no good deed go unpunished--why you can't be too careful with C# DecimalParse NumberStyles
- Previous by thread: Debugging with just PDB files
- Next by thread: drive letter on which OS is installed
- Index(es):
Relevant Pages
|