I know PDBs are generated for managed projects in .NET by giving the compiler the /debug argument. Is there a way to specify this in the VS (2005) GUI?
The
In VS2008, you can set the property using the project properties -> Build -> Advanced... -> Debug Info.
->