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