Closed
Bug 1211906
Opened 10 years ago
Closed 10 years ago
[jsdbg2] add Debugger.Script method to see if offset is a stopping point
Categories
(DevTools :: Debugger, defect)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 863089
People
(Reporter: tromey, Assigned: tromey)
Details
script.js and perhaps other places use this to see if a step lands
on a stopping point:
if (this.script.getLineOffsets(this.script.getOffsetLine(this.offset)).indexOf(this.offset) < 0) {
It would be nice if instead there were a method to do this directly,
like Debugger.Script.isLineEntryPoint(offset).
Updated•10 years ago
|
Summary: add Debugger.Script method to see if offset is a stopping point → [jsdbg2] add Debugger.Script method to see if offset is a stopping point
| Assignee | ||
Comment 1•10 years ago
|
||
Most likely I'm going to do this in bug 1003554 as an addition to the bits coming in bug 863089.
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → ttromey
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•10 years ago
|
||
Really this is just a dup.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•