Discussion:
to enable debug info
(too old to reply)
Carl Forsman
2009-09-10 22:34:08 UTC
Permalink
For those cannot stop at a break point, there are the steps

To enable debugging:

1) Goto Project->HelloWorld Properties
2) On the left expand "Configuration Properties"
3) Expand "C/C++"
4) On the left, Select "General"
5) On the right, change "Debug Information Format" to "Program
Database For Edit And Continue (/ZI)"
5) On the left, Select "Optimization"
6) On the right, change "Optimization" to "Disabled (/Od)"
7) On the left, expand "Linker"
8) On the left, select "Debugging"
9) On the right, change "Generate Debug Info" to "Yes"
10) Click ok
11) Set your breakpoints
12) Rebuild your application
Alex Blekhman
2009-09-11 08:15:01 UTC
Permalink
Post by Carl Forsman
For those cannot stop at a break point, there are the steps
[...]
Alternatively you can select the "Debug" configuration form the
project configurations combo and rebuild.

Alex

Continue reading on narkive:
Loading...