From 50b7f2d6e7d438fabdbcf112cdadf868bf4e4a8d Mon Sep 17 00:00:00 2001 From: yann300 Date: Thu, 2 Feb 2017 18:09:11 +0100 Subject: [PATCH] setBreakpointManager --- src/ui/Ethdebugger.js | 4 ++++ 1 file changed, 4 insertions(+) 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 }