|
|
@ -11,8 +11,7 @@ function Debugger (options) { |
|
|
|
this.offsetToLineColumnConverter = options.offsetToLineColumnConverter |
|
|
|
this.offsetToLineColumnConverter = options.offsetToLineColumnConverter |
|
|
|
this.compiler = options.compiler |
|
|
|
this.compiler = options.compiler |
|
|
|
|
|
|
|
|
|
|
|
this.debugger = new Ethdebugger( |
|
|
|
this.debugger = new Ethdebugger({ |
|
|
|
{ |
|
|
|
|
|
|
|
executionContext: this.executionContext, |
|
|
|
executionContext: this.executionContext, |
|
|
|
compilationResult: () => { |
|
|
|
compilationResult: () => { |
|
|
|
var compilationResult = this.compiler.lastCompilationResult |
|
|
|
var compilationResult = this.compiler.lastCompilationResult |
|
|
|