Commit 0439761f authored by Grandschtroumpf's avatar Grandschtroumpf

use local debug instance instead of api

parent 7c3d28f4
......@@ -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')
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment