Debugging Performance Defaults |
You can delay the loading of modules compiled with -xs until the debugging information for these modules is needed, rather than having the modules loaded during the startup of the debugging session. This may shorten the debugging startup time when modules have been compiled with -xs. By default, this debugging option is set to on.
To delay the loading of modules compiled with -xs:
Note - This option is equivalent to the dbx delay_xs Environment Variable.