Experiment with loading locals in chunks

pull/453/head
ioedeveloper 4 years ago
parent 8acff22cfa
commit dc94506eb2
  1. 1
      libs/remix-debug/src/solidity-decoder/internalCallTree.js

@ -151,7 +151,6 @@ class InternalCallTree {
async function buildTree (tree, step, scopeId, isExternalCall, isCreation) {
let subScope = 1
tree.scopeStarts[step] = scopeId
tree.scopes[scopeId] = { firstStep: step, locals: {}, isCreation }

Loading…
Cancel
Save