Merge pull request #904 from ethereum/yann300-patch-17

Update Ethdebugger.js
pull/5370/head
Iuri Matias 6 years ago committed by GitHub
commit 02e1c80c7a
  1. 2
      remix-debug/src/Ethdebugger.js

@ -83,7 +83,7 @@ Ethdebugger.prototype.sourceLocationFromVMTraceIndex = function (address, stepIn
}
Ethdebugger.prototype.sourceLocationFromInstructionIndex = function (address, instIndex, callback) {
this.debugger.callTree.sourceLocationTracker.getSourceLocationFromInstructionIndex(address, instIndex, this.solidityProxy.contracts, function (error, rawLocation) {
this.callTree.sourceLocationTracker.getSourceLocationFromInstructionIndex(address, instIndex, this.solidityProxy.contracts, function (error, rawLocation) {
callback(error, rawLocation)
})
}

Loading…
Cancel
Save