Package ortus.boxlang.debugger.types
Class Breakpoint
java.lang.Object
ortus.boxlang.debugger.types.Breakpoint
Models a breakpoint record sent from the debug tool.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
public int id -
verified
public boolean verified -
source
-
line
public int line -
column
public int column
-
-
Constructor Details
-
Breakpoint
public Breakpoint()
-