use local debug instance instead of api

pull/1/head
Grandschtroumpf 6 years ago
parent 7c3d28f4c1
commit 0439761fe9
  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