PSBreakpointCommandBase.ProcessBreakpoint(Breakpoint) Method
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.
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.