BreakpointUpdateType Enumeration
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Defines the different ways that a breakpoint can be updated, such as when it was set or removed. This class is introduced in Windows PowerShell 2.0.
Namespace: System.Management.Automation
Assembly: System.Management.Automation (in System.Management.Automation)
Namespace: System.Management.Automation
Assembly: System.Management.Automation (in System.Management.Automation)
| Member name | Description |
|---|---|
| Disabled | The breakpoint has changed to an inactive state. The debugger will not stop at this breakpoint. This field is introduced in Windows PowerShell 2.0. |
| Enabled | The breakpoint has changed to an active state. The debugger will stop at this breakpoint. This field is introduced in Windows PowerShell 2.0. |
| Removed | The breakpoint no longer exists. This field is introduced in Windows PowerShell 2.0. |
| Set | The breakpoint exists. The debugger will stop at this breakpoint if it is enabled. This field is introduced in Windows PowerShell 2.0. |
Target Platforms
Windows Developer Preview, Windows Server Developer PreviewSend comments about this topic to Microsoft.