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