pull/1/head
yann300 6 years ago
parent 3ef2e631af
commit 2571d05f72
  1. 2
      src/app/debugger/debugger/VmDebugger.js
  2. 2
      src/app/debugger/debugger/debugger.js

@ -170,7 +170,7 @@ class VmDebuggerLogic {
if (index < 0) return
if (self.stepManager.currentStepIndex !== index) return
if (!self.storageResolver) return
// Full storage changes are queried for each step (not only at the end of the trace as it was before)
let storageJSON = {}
for (var k in self.addresses) {

@ -20,7 +20,7 @@ function Debugger (options) {
executionContext: options.executionContext,
compilationResult: () => {
if (this.compilersArtefacts['__last']) return this.compilersArtefacts['__last'].getData()
return null
return null
}
})

Loading…
Cancel
Save