diff --git a/src/ui/Ethdebugger.js b/src/ui/Ethdebugger.js index cdd037f6e7..5a12938158 100644 --- a/src/ui/Ethdebugger.js +++ b/src/ui/Ethdebugger.js @@ -62,6 +62,10 @@ function Ethdebugger () { }) } +Ethdebugger.prototype.setBreakpointManager = function (breakpointManager) { + this.breakpointManager = breakpointManager +} + Ethdebugger.prototype.web3 = function () { return util.web3 }