Class Breakpoint

java.lang.Object
ortus.boxlang.debugger.types.Breakpoint

public class Breakpoint extends Object
Models a breakpoint record sent from the debug tool.
  • Field Details

    • id

      public int id
    • verified

      public boolean verified
    • source

      public Source source
    • line

      public int line
    • column

      public int column
  • Constructor Details

    • Breakpoint

      public Breakpoint()