|
|
@ -130,6 +130,14 @@ class CmdLine { |
|
|
|
this.debugger.step_manager.stepIntoBack(solidityMode) |
|
|
|
this.debugger.step_manager.stepIntoBack(solidityMode) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
jumpTo(step) { |
|
|
|
|
|
|
|
this.debugger.step_manager.jumpTo(step) |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
getTraceLength() { |
|
|
|
|
|
|
|
return this.debugger.step_manager.traceLength |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
currentStep() { |
|
|
|
currentStep() { |
|
|
|
return this.debugger.step_manager.currentStepIndex |
|
|
|
return this.debugger.step_manager.currentStepIndex |
|
|
|
} |
|
|
|
} |
|
|
|