Re: Debugging with just PDB files

Tech-Archive recommends: Fix windows errors by optimizing your registry



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.

.



Relevant Pages

  • Re: Kann nicht mehr in die MFC Dateien debuggen
    ... eine mit Source Information und eine ohne Source Information. ... Es gibt 3 recht einfache Wege herauszubekommen, was für eine PDB ... Symbols loaded. ... Symbol Load Information ...
    (microsoft.public.de.vc)
  • Re: Kann nicht mehr in die MFC Dateien debuggen
    ... eine mit Source Information und eine ohne Source Information. ... Es gibt 3 recht einfache Wege herauszubekommen, was für eine PDB ... Symbol Load Information ...
    (microsoft.public.de.vc)
  • Re: using dr watson or alike
    ... > i get a release executable and a pdb file. ... > but for some reason it is not enough in order to get to the source line. ... > the pdb in order to show source information? ... Prev by Date: ...
    (microsoft.public.vc.debugger)