Debugging Performance Defaults |
include files contribute debugging information about types, classes, and function prototypes. As each include file is typically included in many .c files, all the information is duplicated.
By default, dbx reads information originating from an include file only once. In some cases, this can fail. As a safeguard, you can choose to have dbx read the include file each time it encounters it.
To read the debugging information for each #include file only once
Note - This option is equivalent to the dbx symbol_info_compression Environment Variable.