הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
Defines the kind of execution to do.
Syntax
typedef enum ScriptExecutionKind {
ScriptExecutionNormal,
ScriptExecutionStepIn,
ScriptExecutionStepOut,
ScriptExecutionStepOver
} ;
Constants
ScriptExecutionNormalIndicates that you would like the script to execute normally |
ScriptExecutionStepInIndicates that you want to perform a "step in" operation |
ScriptExecutionStepOutIndicates that you want to perform a "step out" operation |
ScriptExecutionStepOverIndicates that you want to perform a "step over" operation |
Requirements
| Requirement | Value |
|---|---|
| Header | dbgmodel.h |