DkmStepKind Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
DkmStepKind describes how to step the thread when the Step Method is called.
public enum class DkmStepKind
C++/CX
public enum class DkmStepKind
enum DkmStepKind
public enum DkmStepKind
type DkmStepKind =
Public Enum DkmStepKind
- Inheritance
-
DkmStepKind
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. |
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |