diff --git a/src/ui/Ethdebugger.js b/src/ui/Ethdebugger.js index 7648aab5e5..c0430d8574 100644 --- a/src/ui/Ethdebugger.js +++ b/src/ui/Ethdebugger.js @@ -31,7 +31,7 @@ function Ethdebugger () { this.solidityProxy = new SolidityProxy(this.traceManager, this.codeManager) var callTree = new InternalCallTree(this.event, this.traceManager, this.solidityProxy, this.codeManager, { includeLocalVariables: true }) - + this.callTree = callTree this.event.register('indexChanged', this, function (index) { self.codeManager.resolveStep(index, self.tx) })