Class: Breakpoint
| Defined in: | src/breaks.coffee |
Overview
A class representing a single breakpoint. This should not be created directly but by calling BreakpointManager#insert.
Instance Method Summary
- # (Disposable) onChanged(cb) Invoke the given callback function when this breakpoint is modified.
- # (Disposable) onDeleted(cb) Invoke the given callback function when this breakpoint is deleted.
- # (Promise) remove() Remove this breakpoint from the target.
Instance Method Details
#
(Disposable)
onChanged(cb)
Invoke the given callback function when this breakpoint is modified.
#
(Disposable)
onDeleted(cb)
Invoke the given callback function when this breakpoint is deleted.
#
(Promise)
remove()
Remove this breakpoint from the target.