Class: BreakpointManager
| Defined in: | src/breaks.coffee |
Instance Method Summary
- # (Disposable) observe(cb) Invoke the given callback function with all current and future breakpoints in the target.
- # (Promise) insert(location, options) Insert a new breakpoint at the given position.
- # (void) insertWatch(expr, hook)
- # (void) toggle(file, line)
- # (void) destroy()
Instance Method Details
#
(Disposable)
observe(cb)
Invoke the given callback function with all current and future breakpoints in the target.
#
(Promise)
insert(location, options)
Insert a new breakpoint at the given position.
#
(void)
insertWatch(expr, hook)
#
(void)
toggle(file, line)
#
(void)
destroy()