CodeView (cv.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Examine Symbols (Description)
 Summary Example                         Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     The Examine Symbols (X?) command displays the names and addresses
     of symbols and the names of modules defined within a program. You
     can specify the group you want to examine by module, function,
     or name.
 
     Examine Symbols has the following command formats:
 
     Format     Display
 
     X*         Names and addresses of all modules in the program.
 
     XL         Names, addresses, types, and values of all local
                variables in the currently executing function.
 
     X?         Information about given symbols in individual modules
                and functions.
 
     See: Examine Symbols (Arguments)
                                    -♦-