Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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 |
Comments
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.