PSBreakpointCommandBase.ProcessBreakpoint(Breakpoint) Method

Definition

Write the given breakpoint out to the pipeline, decorated with the runspace instance id if appropriate.

protected:
 abstract void ProcessBreakpoint(System::Management::Automation::Breakpoint ^ breakpoint);
protected abstract void ProcessBreakpoint (System.Management.Automation.Breakpoint breakpoint);
protected virtual void ProcessBreakpoint (System.Management.Automation.Breakpoint breakpoint);
abstract member ProcessBreakpoint : System.Management.Automation.Breakpoint -> unit
abstract member ProcessBreakpoint : System.Management.Automation.Breakpoint -> unit
override this.ProcessBreakpoint : System.Management.Automation.Breakpoint -> unit
Protected MustOverride Sub ProcessBreakpoint (breakpoint As Breakpoint)
Protected Overridable Sub ProcessBreakpoint (breakpoint As Breakpoint)

Parameters

breakpoint
Breakpoint

The breakpoint to write to the pipeline.

Applies to