DkmStepUnit Enum

Definition

DkmStepUnit describes the granularity of the step when the Step method is called.

public enum class DkmStepUnit
public enum class DkmStepUnit
enum DkmStepUnit
public enum DkmStepUnit
type DkmStepUnit = 
Public Enum DkmStepUnit
Inheritance
DkmStepUnit

Fields

Instruction 2

Step the thread to the next instruction.

Line 1

Step the thread to the next line.

Statement 0

Step the thread to the next statement.

Applies to