Closed
Bug 1655170
Opened 5 years ago
Closed 5 years ago
[jsdbg2] Debugger's clearAllBreakpoints only clears JS breakpoints, not WASM ones
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
81 Branch
Tracking | Status | |
---|---|---|
firefox81 | --- | fixed |
People
(Reporter: loganfsmyth, Assigned: loganfsmyth)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
See https://searchfox.org/mozilla-central/rev/828f2319c0195d7f561ed35533aef6fe183e68e3/js/src/debugger/Debugger.cpp#4552, which only uses DebugScript
, which is the JS breakpoint data.
Assignee | ||
Updated•5 years ago
|
Blocks: js-debugger
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → loganfsmyth
Assignee | ||
Comment 1•5 years ago
|
||
The clearAllBreakpoints function is meant to remove all breakpoints in all
debuggees, but currently it only removes breakpoints from JS scripts. It was
likely an oversite when WASM support landed.
Pushed by loganfsmyth@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/04ec5ad95f35
Make Debugger's clearAllBreakpoints clear WASM breakpoints too. r=arai
![]() |
||
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox81:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 81 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•