Commit 62ec1bdf authored by yann300's avatar yann300

disable sourcehighlight when debugging

parent e7cba12d
......@@ -90,10 +90,13 @@ class DebuggerUI {
this.contextManager = new ContextManager()
// TODO debugging with source highlight is disabled. see line 98
this.debugger = new Debugger({
web3: this.contextManager.getWeb3(),
offsetToLineColumnConverter: this.registry.get('offsettolinecolumnconverter').api,
compiler: this.registry.get('compiler').api
compiler: {
lastCompilationResult: null
}
})
this.contextManager.initProviders()
......
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