Generate C# Symbols from IDE
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Does anyone know how to do this? I looked on google, and I can only see how to do it with the command line compiler. Any help is appreciated, thanks, -Kenmaz
-
Does anyone know how to do this? I looked on google, and I can only see how to do it with the command line compiler. Any help is appreciated, thanks, -Kenmaz
Right click on the project in the solution explorer tab. Click "Properties". Go to the "Build" tab. Click "Advanced". (Vs2005/20008 only I believe) The "Debug Info" option controls whether symbols are generated or not. This option is dependant on the active configuration. You will need to set it independently for each configuration you have set up (Debug, Release etc)
Simon