DkmStepKind Enum

Definition

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

C++/CX
public enum class DkmStepKind
Inheritance
DkmStepKind

Fields

Name Value Description
Into 0

Step the thread into calls.

Over 1

Step the thread over calls.

Out 2

Step the thread out of the current frame.

StepIntoSpecific 3

Step into specific request.

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022