BreakpointType 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.
Types of breakpoints.
public enum class BreakpointType
public enum class BreakpointType
enum BreakpointType
public enum BreakpointType
type BreakpointType =
Public Enum BreakpointType
- Inheritance
-
BreakpointType
Fields
Name | Value | Description |
---|---|---|
Line | 0 | Breakpoint on a line within a script |
Variable | 1 | Breakpoint on a variable |
Command | 2 | Breakpoint on a command |