|
|
@ -18,10 +18,6 @@ function Debugger (options) { |
|
|
|
this.debugger = new Ethdebugger({ |
|
|
|
this.debugger = new Ethdebugger({ |
|
|
|
executionContext: this.executionContext, |
|
|
|
executionContext: this.executionContext, |
|
|
|
compilationResult: () => { |
|
|
|
compilationResult: () => { |
|
|
|
|
|
|
|
|
|
|
|
console.dir(self.compiler.lastCompilationResult) |
|
|
|
|
|
|
|
window.a = self.compiler.lastCompilationResult |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var compilationResult = this.compiler.lastCompilationResult |
|
|
|
var compilationResult = this.compiler.lastCompilationResult |
|
|
|
if (compilationResult) { |
|
|
|
if (compilationResult) { |
|
|
|
return compilationResult.data |
|
|
|
return compilationResult.data |
|
|
|