SYMOPT_DEFERRED_LOADS top-level constant

int const SYMOPT_DEFERRED_LOADS

This symbol option is called deferred symbol loading or lazy symbol loading. When it is active, symbols are not actually loaded when the target modules are loaded. Instead, symbols are loaded by the debugger as they are needed.

Implementation

const SYMOPT_DEFERRED_LOADS = 0x00000004;