add internalcalltree ref to ethdebugger (used by browser sol)

pull/7/head
yann300 8 years ago
parent b989f1a453
commit ddb32bbe16
  1. 2
      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)
})

Loading…
Cancel
Save