DkmSteppingRangeBoundary Enum
Definition
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.
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
Name | Value | Description |
---|---|---|
FunctionStart | 0 | Step should complete at the first non-hidden instruction in the method. This value is used when stepping into a new function. |
NextStatement | 1 | Step should complete on the next statement. |
NextLine | 2 | Step should complete on the next line. |
InlineFunctionOut | 3 | Step should complete at the first instruction after the inline method. This value is used when stepping out an inline function. |