LineBreakpoint Class

Definition

A breakpoint on a line or statement.

public ref class LineBreakpoint : System::Management::Automation::Breakpoint
public class LineBreakpoint : System.Management.Automation.Breakpoint
type LineBreakpoint = class
    inherit Breakpoint
Public Class LineBreakpoint
Inherits Breakpoint
Inheritance
LineBreakpoint

Constructors

LineBreakpoint(String, Int32)

Creates a new instance of a LineBreakpoint

LineBreakpoint(String, Int32, Int32)

Creates a new instance of a LineBreakpoint

LineBreakpoint(String, Int32, Int32, Int32)

Creates a new instance of a LineBreakpoint

LineBreakpoint(String, Int32, Int32, ScriptBlock)

Creates a new instance of a LineBreakpoint

LineBreakpoint(String, Int32, Int32, ScriptBlock, Int32)

Creates a new instance of a LineBreakpoint

LineBreakpoint(String, Int32, ScriptBlock)

Creates a new instance of a LineBreakpoint

Properties

Action

The action to take when the breakpoint is hit.

(Inherited from Breakpoint)
Column

Which column this breakpoint is on.

Enabled

Gets whether this breakpoint is enabled.

(Inherited from Breakpoint)
HitCount

Records how many times this breakpoint has been triggered.

(Inherited from Breakpoint)
Id

This breakpoint's Id.

(Inherited from Breakpoint)
Line

Which line this breakpoint is on.

Script

The script this breakpoint is on, or null if the breakpoint is not scoped.

(Inherited from Breakpoint)

Methods

ToString()

Gets a string representation of this breakpoint.

Applies to