Commit 50b7f2d6 authored by yann300's avatar yann300

setBreakpointManager

parent 16e299f5
......@@ -62,6 +62,10 @@ function Ethdebugger () {
})
}
Ethdebugger.prototype.setBreakpointManager = function (breakpointManager) {
this.breakpointManager = breakpointManager
}
Ethdebugger.prototype.web3 = function () {
return util.web3
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment