Updating PDB files without rebuilding.

Posted by amit on Stack Overflow See other posts from Stack Overflow or by amit
Published on 2009-07-09T04:53:27Z Indexed on 2010/04/13 23:22 UTC
Read the original article Hit count: 357

Filed under:
|

Hi All,

Is there a way to update the PDB file with the new source location ? I have a project which links to some libraries which are built on another machine and are debug build with the PDB file. I cannot put a breakpoint in the files which are compiled in the libs. These libs take more than 4 hours to build so I dont want to buid them on my machine. Is there a way where i can make the compiler use the new source paths. I am using VS 2005 pro c++.

Thanks Amit

© Stack Overflow or respective owner

Related posts about debugging

Related posts about pdb-ms