Condividi tramite


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

Name Value Description
Statement 0

Step the thread to the next statement.

Line 1

Step the thread to the next line.

Instruction 2

Step the thread to the next instruction.

Applies to