DkmEventCode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumeration of all events which are currently defined in this API.
public enum class DkmEventCode
public enum class DkmEventCode
enum DkmEventCode
public enum DkmEventCode
type DkmEventCode =
Public Enum DkmEventCode
- Inheritance
-
DkmEventCode
Fields
Name | Value | Description |
---|---|---|
AsyncBreakComplete | 0 | |
BoundBreakpointHit | 1 | |
ComputeKernelExit | 2 | |
CustomStop | 3 | |
DebugMonitorException | 4 | |
EmbeddedBreakpointHit | 5 | |
EntryPoint | 6 | |
ExceptionContinued | 7 | |
ExceptionTriggerHit | 8 | |
FuncEvalCompleted | 9 | |
FuncEvalStarting | 10 | |
GPUSingleStepComplete | 11 | |
InterceptExceptionCompleted | 12 | |
LoadComplete | 13 | |
ModuleCreate | 14 | |
ModuleInstanceLoad | 15 | |
ModuleInstanceUnload | 16 | |
ModuleSymbolsLoaded | 17 | |
ModuleSymbolsUpdated | 18 | |
ProcessCreate | 19 | |
ProcessExit | 20 | |
ReturnValues | 21 | |
RuntimeBreakpoint | 22 | |
RuntimeInstanceLoad | 23 | |
RuntimeInstanceUnload | 24 | |
ScriptDocumentContentInsert | 25 | |
ScriptDocumentContentRemove | 26 | |
ScriptDocumentTreeNodeCreate | 27 | |
ScriptDocumentTreeNodeUnload | 28 | |
ScriptSymbolsUpdated | 29 | |
SingleStepComplete | 30 | |
StepComplete | 31 | |
TaskProviderCreate | 32 | |
ThreadCreate | 33 | |
ThreadExit | 34 | |
OutOfBandException | 35 | |
BinaryLoaded | 36 | |
ClrDebugMonitorExceptionCaught | 37 | |
BinaryReloadOpportunity | 38 | |
RuntimeInstanceLoadComplete | 39 | |
40 | ||
ThreadNameChange | 41 | |
ProcessSnapshotAdded | 42 | |
ProcessSnapshotRemoved | 43 | |
AppDomainCreated | 44 | |
AppDomainUnloaded | 45 | |
BreakpointHitWithError | 46 | |
DataBreakpointHit | 47 | |
RecordedProcessQueryUpdated | 48 | |
RuntimeBreakpointHitWithError | 49 | |
RuntimeDataBreakpointHit | 50 | |
TraceTimeContextSet | 51 | |
RuntimeBreakpointConditionFailed | 52 | |
ModuleSymbolsReplaced | 53 | |
VirtualThreadCreate | 54 | |
NonDebugProcessExit | 55 |