|
|
|
@ -34,10 +34,6 @@ class DebuggerUI { |
|
|
|
|
this.isActive = false |
|
|
|
|
this.event = new EventManager() |
|
|
|
|
|
|
|
|
|
// this.debugger_ui = new OldEthdebuggerUI({
|
|
|
|
|
// debugger: this.transactionDebugger.debugger
|
|
|
|
|
// })
|
|
|
|
|
|
|
|
|
|
this.startTxBrowser() |
|
|
|
|
// this.startStepManager()
|
|
|
|
|
this.stepManager = null |
|
|
|
@ -76,10 +72,6 @@ class DebuggerUI { |
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// startStepManager () {
|
|
|
|
|
// this.stepManager = null
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
startTxBrowser () { |
|
|
|
|
const self = this |
|
|
|
|
let web3 = executionContext.web3() |
|
|
|
@ -167,8 +159,6 @@ class DebuggerUI { |
|
|
|
|
} else if (tx instanceof String) { |
|
|
|
|
self.txBrowser.load(tx) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// self.debugger_ui.debug(tx)
|
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|