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> cvon</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 CVON
------------------------------------------------------------------------------
 Purpose:
 Locally enable the processing of CodeView information.

 Syntax:
 CVON

 Default:
 Disabled.

 Description:
 The CVON command begins a CodeView area, and enables the processing of
 CodeView information from the point the command is encountered in the script
 until the next CVOFF command. The CodeView areas are used to limit the amount
 of code for which CodeView debugging is enabled.

 Files, modules or libraries which are within a CodeView area will have all
 of their symbolic information recorded in the executable for use by the
 debugger. Files, modules or libraries which are not within a CodeView area
 will only have their public symbols and module boundaries recorded.

 Example:
 FILE a,b,c
 SECTION INTO abc_xyz
 BEGINAREA
    FILE d,e
    # Begin CodeView area for files f and g
    CVON
    FILE f,g
    # End CodeView area
    CVOFF
    LIB abc
    # Begin CodeView area for XYZ.LIB
    CVON
    LIB xyz
    # End CodeView area
    CVOFF
 ENDAREA
 LIB funclib

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

See Also: CODEVIEW CVOFF CVVERSION SECTION INTO

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