ScriptExecutionKind enumeration (dbgmodel.h)
Defines the kind of execution to do.
Syntax
typedef enum ScriptExecutionKind {
ScriptExecutionNormal,
ScriptExecutionStepIn,
ScriptExecutionStepOut,
ScriptExecutionStepOver
} ;
Constants
ScriptExecutionNormal Indicates that you would like the script to execute normally |
ScriptExecutionStepIn Indicates that you want to perform a "step in" operation |
ScriptExecutionStepOut Indicates that you want to perform a "step out" operation |
ScriptExecutionStepOver Indicates that you want to perform a "step over" operation |
Requirements
Requirement | Value |
---|---|
Header | dbgmodel.h |