Fix for browser solidity

pull/7/head
yann300 8 years ago
parent c08508a0bb
commit 6b29bbbbb5
  1. 1
      src/ui/Ethdebugger.js

@ -31,6 +31,7 @@ function Ethdebugger () {
this.solidityProxy = new SolidityProxy(this.traceManager, this.codeManager)
var callTree = new InternalCallTree(this.event, this.traceManager, this.solidityProxy, this.codeManager, { includeLocalsVariables: true })
this.callTree = callTree // TODO: currently used by browser solidity, we should improve the API
this.event.register('indexChanged', this, function (index) {
self.codeManager.resolveStep(index, self.tx)

Loading…
Cancel
Save