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 abstractpublic abstract class Breakpointtype Breakpoint = classPublic MustInherit Class Breakpoint- Inheritance
- 
				Breakpoint
- Derived
Constructors
| Breakpoint(String, Int32) | Creates a new instance of a Breakpoint | 
| Breakpoint(String, ScriptBlock, Int32) | Creates a new instance of a Breakpoint | 
| Breakpoint(String, ScriptBlock) | Creates a new instance of a Breakpoint | 
| Breakpoint(String) | 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. |