|
|
@ -51,7 +51,7 @@ class DebuggerSolidityLocals { |
|
|
|
}, |
|
|
|
}, |
|
|
|
function getCurrentCalledAddressAt (stepIndex, next) { |
|
|
|
function getCurrentCalledAddressAt (stepIndex, next) { |
|
|
|
try { |
|
|
|
try { |
|
|
|
const address = this.traceManager.getCurrentCalledAddressAt(stepIndex) |
|
|
|
const address = self.traceManager.getCurrentCalledAddressAt(stepIndex) |
|
|
|
next(null, address) |
|
|
|
next(null, address) |
|
|
|
} catch (error) { |
|
|
|
} catch (error) { |
|
|
|
next(error) |
|
|
|
next(error) |
|
|
|