DkmSteppingRangeBoundary Enum

Definition

Indicates to the symbol provider the type of instructions to include in the 'no-step' regions.

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

Fields

FunctionStart 0

Step should complete at the first non-hidden instruction in the method. This value is used when stepping into a new function.

InlineFunctionOut 3

Step should complete at the first instruction after the inline method. This value is used when stepping out an inline function.

NextLine 2

Step should complete on the next line.

NextStatement 1

Step should complete on the next statement.

Applies to