VC Project settings

  • Thread starter Thread starter Alamelu
  • Start date Start date
A

Alamelu

In VC2005 i am not able to debug in release build, even after changing
"Generate Debug info" to Yes (/DEBUG) and i have disabled "optimization" and
Rebuilding the project.

What is the setting that i should give to debug in release mode. The same is
possible in VC6
 
In VC2005 i am not able to debug in release build, even after changing
"Generate Debug info" to Yes (/DEBUG) and i have disabled "optimization" and
Rebuilding the project.

You also need to enable the debugging option on the linker settings.

Dave
 
Back
Top