Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The following events are generated by the target.
Flag | IDebugEventCallbacksMethod | Event Description |
---|---|---|
DEBUG_EVENT_BREAKPOINT |
A breakpoint exception occurred in the target. |
|
DEBUG_EVENT_EXCEPTION |
An exception debugging event occurred in the target. |
|
DEBUG_EVENT_CREATE_THREAD |
A create-thread debugging event occurred in the target. |
|
DEBUG_EVENT_EXIT_THREAD |
An exit-thread debugging event occurred in the target. |
|
DEBUG_EVENT_CREATE_PROCESS |
A create-process debugging event occurred in the target. |
|
DEBUG_EVENT_EXIT_PROCESS |
An exit-process debugging event occurred in the target. |
|
DEBUG_EVENT_LOAD_MODULE |
A module-load debugging event occurred in the target. |
|
DEBUG_EVENT_UNLOAD_MODULE |
A module-unload debugging event occurred in the target. |
|
DEBUG_EVENT_SYSTEM_ERROR |
A system error occurred in the target. |
The following events are generated by the debugger engine.
Flag | IDebugEventCallbacksMethod | Description |
---|---|---|
DEBUG_EVENT_SESSION_STATUS |
A change has occurred in the session status. |
|
DEBUG_EVENT_CHANGE_DEBUGGEE_STATE |
The engine has made or detected a change in the target status. |
|
DEBUG_EVENT_CHANGE_ENGINE_STATE |
The engine state has changed. |
|
DEBUG_EVENT_CHANGE_SYMBOL_STATE |
The symbol state has changed. |
Requirements
Header |
DbgEng.h (include DbgEng.h) |