/[no]debug

Syntax:

/debug:keyword, /nodebug, /Z7, /Zd, or /Zi

The /debug, /Z7, /Zd, or /Zi options control the level of debugging information associated with the program being compiled.

In the visual development environment, specify the Debugging Level in the General or Debug Compiler Option Category. The options are:

/debug:none or /nodebug /debug:minimal or /Zd
/debug:partial /debug:full, /debug, /Zi, or /Z7

The /debug options:

To request program counter run-time correlation to source file line numbers (full traceback) for severe run-time errors, specify the /traceback option.