vote up 0 vote down star

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

flag

1 Answer

vote up 0 vote down

Instead of modifying the .pdb files to adjust to where you have your source, you should be able to make the debugger see the new source path. Look here for instructions on doing this in Visual Studio, and here for instructions on doing this in WinDbg.

Another this StackOverflow question: Best Visual Studio 2008 Debugging Tutorial.

link|flag
Hi Jared, Thanks for your reply. I tried your solution, but I still cannot add a break point. Can you point me to some article or resource where I can get a detailed working of the debugger, as how it uses the pdb file. Do you have any other suggestions ? Thanks again for your help. Cheers Amit – amit Jul 9 at 6:06
I've updated my answer with a link to another StackOverflow question that has lots of links to tutorials. I've seen what you're experiencing, but can't remember what I did to "convince" it where the source was. One strategy might be to set a breakpoint on a function, which you can specify by name instead of clicking on the source. – Jared Oberhaus Jul 9 at 17:10

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.