From 9a2d127c73fddce3269fdda21d1b803277eb21e1 Mon Sep 17 00:00:00 2001 From: yann300 Date: Wed, 26 Aug 2020 09:09:51 +0200 Subject: [PATCH] Update solidityLocals.js --- libs/remix-debug/src/debugger/solidityLocals.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/remix-debug/src/debugger/solidityLocals.js b/libs/remix-debug/src/debugger/solidityLocals.js index c45eab6d19..9368172da2 100644 --- a/libs/remix-debug/src/debugger/solidityLocals.js +++ b/libs/remix-debug/src/debugger/solidityLocals.js @@ -51,7 +51,7 @@ class DebuggerSolidityLocals { }, function getCurrentCalledAddressAt (stepIndex, next) { try { - const address = this.traceManager.getCurrentCalledAddressAt(stepIndex) + const address = self.traceManager.getCurrentCalledAddressAt(stepIndex) next(null, address) } catch (error) { next(error)