Package astra.debugger
Class DebuggerAPI
java.lang.Object
astra.debugger.DebuggerAPI
public class DebuggerAPI extends Object
-
Field Summary
Fields Modifier and Type Field Description static intSTATE_ACTIVEstatic intSTATE_INIT -
Constructor Summary
Constructors Modifier Constructor Description protectedDebuggerAPI(String host, int port) -
Method Summary
Modifier and Type Method Description voidaddListener(DebuggerListener listener)static DebuggerAPIcreateInstance()static DebuggerAPIcreateInstance(int port)static DebuggerAPIcreateInstance(String host)static DebuggerAPIcreateInstance(String host, int port)voidnotifyListeners(String event)booleansetBreakpoint(Breakpoint breakpoint)booleanstart()booleanstepIn(String name)booleanstepOver(String name)
-
Field Details
-
STATE_INIT
public static final int STATE_INIT- See Also:
- Constant Field Values
-
STATE_ACTIVE
public static final int STATE_ACTIVE- See Also:
- Constant Field Values
-
-
Constructor Details
-
Method Details
-
createInstance
-
createInstance
-
createInstance
-
createInstance
-
setBreakpoint
-
start
public boolean start() -
stepIn
-
stepOver
-
addListener
-
notifyListeners
-