Is there a way to create a Debug build of our Vs2005 (C++) project and exclude specific modules or code sections from being included into the debug information? Or is there an option to have VS generate multiple PDB files from a single project?
It looks like our generated PDB file is getting too large for Visual Studio to handle/generate correctly and the result is that VS tells us that the debug symbols do not match. Sometimes it works, sometimes it does not.
I investigate the option of splitting the project into multiple smaller projects, but I guess this will take some time. But it would be great if we could debug the current project as it is in the meantime.