DkmStepKind Enum

Definition

DkmStepKind describes how to step the thread when the Step Method is called.

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

Fields

Into 0

Step the thread into calls.

Out 2

Step the thread out of the current frame.

Over 1

Step the thread over calls.

StepIntoSpecific 3

Step into specific request.

Applies to