use local debug instance instead of api

pull/3094/head
Grandschtroumpf 6 years ago
parent 16087cb0ca
commit be6872a8a1
  1. 2
      src/app.js

@ -503,7 +503,7 @@ Please make a backup of your contracts and start using http://remix.ethereum.org
var txLogger = new TxLogger() // eslint-disable-line
txLogger.event.register('debuggingRequested', (hash) => {
if (!appStore.isActive('debugger')) appManager.activateOne('debugger')
appStore.getOne('debugger').api.debugger().debug(hash)
debug.debugger().debug(hash)
verticalIconsApi.select('debugger')
})

Loading…
Cancel
Save