Package astra.debugger
Interface DebuggerCommand
- All Known Implementing Classes:
BreakpointCommand,IdleCommand,StartCommand,StepInCommand,StepOverCommand
public interface DebuggerCommand
-
Field Summary
-
Method Summary
Modifier and Type Method Description Stringexecute(DebuggerWorker worker, String[] arguments)
-
Field Details
-
FAIL
- See Also:
- Constant Field Values
-
OK
- See Also:
- Constant Field Values
-
UNKNOWN
- See Also:
- Constant Field Values
-
-
Method Details