Name Description Size Coverage
debugging.sys.mjs An object that identifies a live breakpoint set on a script. @typedef LiveBreakpoint @property {Debugger.Script} script The script instance where the breakpoint is set. @property {number} offset The offset corresponding to the live breakpoint location in this script. 20221 -