This topic has not yet been rated - Rate this topic

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)
'Usage
Dim instance As BreakpointUpdateType

public enum BreakpointUpdateType
public enum BreakpointUpdateType
public enum BreakpointUpdateType
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 Preview

Send comments about this topic to Microsoft.
Did you find this helpful?
(1500 characters remaining)