Class BreakpointEvent

java.lang.Object
ortus.boxlang.debugger.event.Event
ortus.boxlang.debugger.event.BreakpointEvent
All Implemented Interfaces:
IAdapterProtocolMessage, ISendable

public class BreakpointEvent extends Event
Models the Breakpoint event for the Debug Protocol
  • Field Details

  • Constructor Details

    • BreakpointEvent

      public BreakpointEvent()
    • BreakpointEvent

      public BreakpointEvent(String reason, Breakpoint breakpoint)
      Constructor
      Parameters:
      reason - the reason for the breakpoint
      breakpoint - the breakpoint
  • Method Details