Crossware

Table of Contents        Previous topic       Next topic       

C/C++ COMPILER->Compiler command line options->Generate Debug Information (/DEBUG)

The /DEBUG causes the compiler to generate debug information and place it in the object file.  The linker will then use this information to create an IEEE 695 format (binary) output file containing this debug information for the whole program.