VC Project settings

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
 
D

David Lowndes

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top