How to generate PDB's for .net managed projects in release mode?

前端 未结 3 484
北恋
北恋 2020-12-30 11:20

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

3条回答
  •  一个人的身影
    2020-12-30 11:50

    In VS2008, you can set the property using the project properties -> Build -> Advanced... -> Debug Info.

提交回复
热议问题