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 - (c only) line number debugging information plus typing information for http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
(C only) Line number debugging information plus typing information for
global symbols and local structs and arrays is included in the object file.
Although global symbol information can be made available to the Watcom
Debugger through a Watcom Linker option, typing information for global
symbols and local structs and arrays must be requested when the source file
is compiled.  This option provides additional information to the Watcom
Debugger (at the expense of larger object files and executable files).  Code
speed is not affected by this option.  To avoid recompiling, the Watcom
Strip Utility can be used to remove debugging information from the
executable image.

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