Breakpoint Class
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.
Holds the information for a given breakpoint.
public ref class Breakpoint abstract
public abstract class Breakpoint
type Breakpoint = class
Public MustInherit Class Breakpoint
- Inheritance
-
Breakpoint
- Derived
Constructors
Breakpoint(String) |
Creates a new instance of a Breakpoint |
Breakpoint(String, Int32) |
Creates a new instance of a Breakpoint |
Breakpoint(String, ScriptBlock) |
Creates a new instance of a Breakpoint |
Breakpoint(String, ScriptBlock, Int32) |
Creates a new instance of a Breakpoint |
Properties
Action |
The action to take when the breakpoint is hit. |
Enabled |
Gets whether this breakpoint is enabled. |
HitCount |
Records how many times this breakpoint has been triggered. |
Id |
This breakpoint's Id. |
Script |
The script this breakpoint is on, or null if the breakpoint is not scoped. |