Search code examples
debuggingvisual-studio-2005

Debugging without .pdb files in Visual Studio


I am working on a project where I do not have access to the .pdb files required for debugging which is causing my break points not to work when debugging.

I have no way of getting these .pdb files, is there any other way I can getting breakpoints to work when debugging in Visual Studio in 2005.


Solution

  • I resolved this issue by downloading new PDBs using the required DLLs with PDB Downloader