Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Watcom C/C++ User's Guide - the type of debugging information that is to be included in the object file http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
The type of debugging information that is to be included in the object file
is one of "Watcom", "Dwarf" or "Codeview".  The default is "Dwarf".
If you wish to use the Microsoft Codeview debugger, then choose the "hc"
option (this option causes Codeview Level 4 information to be generated).
 It will be necessary to run the Microsoft Debugging Information Compactor,
CVPACK, on the executable once the linker has created it.  For information
on requesting the linker to automatically run CVPACK, see the section
entitled "OPTION CVPACK" in the Watcom Linker User's Guide.  Alternatively,
you can run CVPACK from the command line.

When linking the application, you must also choose the appropriate Watcom
Linker DEBUG directive.  See the Watcom Linker User's Guide for more
information.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson