Debugging Tools for Windows |
The Enable system critical breaks flag forces a system break into the debugger.
Abbreviation | scb |
Hexadecimal value | 0x100000 |
Symbolic Name | FLG_ENABLE_SYSTEM_CRIT_BREAKS |
Destination | System-wide registry entry, kernel flag, image file registry entry |
When set for a process (image file), this flag forces a system break into the debugger whenever the specified process stops abnormally. This flag is effective only when the process calls the RtlSetProcessBreakOnExit and RtlSetThreadBreakOnExit interfaces.
When set system-wide (registry or kernel flag), this flag forces a system break into the debugger whenever processes that have called the RtlSetProcessBreakOnExit and RtlSetThreadBreakOnExit interfaces stop abnormally.