Closed
Bug 1780152
Opened 3 years ago
Closed 3 years ago
Update document about offset and breakpoint to reflect breakpoint-not-allowed case
Categories
(Core :: JavaScript Engine, task, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
104 Branch
Tracking | Status | |
---|---|---|
firefox104 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Bug 1776376 adds a case that setBreakpoint
throws even if the offset is valid.
This can affect the expectation around when setBreakpoint
can be called, for what kind of offset returned from what API.
Bug 1780134 case hits this, by calling setBreakpoint
on getEffectfulOffsets
.
We should update the document to mention the "not-allowed" case, and clarify the relation between offset and breakpoint.
Assignee | ||
Comment 1•3 years ago
|
||
Depends on D152155
Updated•3 years ago
|
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/e6ac351e4f0e
Update Debugger.Script document to cover breakpoint-not-allowed instructions. r=mgaudet
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox104:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 104 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•