Package astra.debugger
Class BreakpointCommand
java.lang.Object
astra.debugger.BreakpointCommand
- All Implemented Interfaces:
DebuggerCommand
public class BreakpointCommand extends Object implements DebuggerCommand
-
Field Summary
-
Constructor Summary
Constructors Constructor Description BreakpointCommand() -
Method Summary
Modifier and Type Method Description Stringexecute(DebuggerWorker worker, String[] bits)
-
Constructor Details
-
BreakpointCommand
public BreakpointCommand()
-
-
Method Details
-
execute
- Specified by:
executein interfaceDebuggerCommand
-