Delaying Loading of Modules Compiled with -xs | Environment Variables |
dbxenv Command |
The delay_xs environment variable determines whether the debugging information of modules compiled with the -xs option is loaded during dbx start up.
delay_xs on | off | The debugging information of modules compiled with -xs option is not loaded during dbx start up when delay_xs is on. The debugging information is loaded later when it is required. This may shorten dbx start up time when there are modules compiled with -xs option. Default: on. |