Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Blinker 5.10 Online Reference - <b> codeview</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 CODEVIEW
------------------------------------------------------------------------------
 Purpose:
 CodeView debugger support.

 Syntax:
 CODEVIEW

 Default:
 Disabled.

 Description:
 The CODEVIEW command globally and retroactively enables the processing of
 CodeView debugging information, regardless of the position of the CODEVIEW
 statement in the link script file. The CODEVIEW command is identical in
 effect to a CVON command at the beginning of the link script.

 Developers with large overlaid programs may see some performance degradation
 of their overlaid code whilst running under the CodeView debugger if the
 CODEVIEW command has been used. If performance is an issue under these
 circumstances, it is recommended to use the CVON and CVOFF commands to
 create CodeView areas which selectively enable debugging information for
 specific files, modules or libraries.

 The default version of CodeView information added to the .EXE file is 5 for
 maximum compatibility with recent debuggers. Earlier versions may be
 selected using the CVVERSION command. (For more details, see the section on
 CVVERSION in Chapter 9.)

 Notes:
 External overlays are required in order to use this command in an
 overlaid program.

See Also: CVOFF CVON CVVERSION SECTION INTO

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