|
|
@ -34,7 +34,7 @@ class DebuggerSolidityLocals { |
|
|
|
this.traceManager.waterfall([ |
|
|
|
this.traceManager.waterfall([ |
|
|
|
this.traceManager.getStackAt, |
|
|
|
this.traceManager.getStackAt, |
|
|
|
this.traceManager.getMemoryAt, |
|
|
|
this.traceManager.getMemoryAt, |
|
|
|
function getCurrentCalledAddressAt (stepIndex, next) { |
|
|
|
(stepIndex, next) => { |
|
|
|
try { |
|
|
|
try { |
|
|
|
const address = this.traceManager.getCurrentCalledAddressAt(stepIndex) |
|
|
|
const address = this.traceManager.getCurrentCalledAddressAt(stepIndex) |
|
|
|
next(null, address) |
|
|
|
next(null, address) |
|
|
|