views:

12

answers:

0

Hi

In Visual Studio 2010, is it possible to change the naming of the .pdb file to include the full name of the executable, including it's extension, and that debugging will still work?

For example, suppose I have an executable myprogram.exe, I want the pdb to be myprogram.exe.pdg rather than myprogram.pdb. Similarly I want mylibrary.dll to have mylibrary.dll.pdb rather than mylibrary.pdb.

Regards

Lee