views:

104

answers:

2

Hello All,

Is there any tool to check if a DLL and PDB match? I need to debug a process and I can't afford to use the wrong PDB and start the process all over again.

+1  A: 

Look here. They mention a tool called DIA2Dump that should be able to dump out the contents of a PDB. You should be able to use this construct script that determines the correct source location.

Or you could set up a source server to handle this.

Preet Sangha
A: 

Found that chkmatch tool can find this.Check this out..

Prabhu