Closed
Bug 1554272
Opened 7 years ago
Closed 7 years ago
Debugger fails hard when context menu is opened on wasm disassembly
Categories
(DevTools :: Debugger, defect)
DevTools
Debugger
Tracking
(firefox69 fixed)
RESOLVED
FIXED
Firefox 69
| Tracking | Status | |
|---|---|---|
| firefox69 | --- | fixed |
People
(Reporter: yury, Assigned: yury)
Details
Attachments
(1 file)
When wasm is viewed in the source editor/viewer, and menu opened the debugger disappears and there "showMenu" exception in the browser log.
STR:
- Open https://yurydelendik.github.io/old-man-sandbox/rust-wasm-hey/hey.html
- Open debugger and refresh the page
- Select wasm file, and open context menu in the source editor panel
Expected: no fail
Actual: debugger disappears and impossible to recover
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → ydelendik
Pushed by ydelendik@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b070e48e2a47
Don't generate source menu items for wasm files. r=jlast
Comment 3•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox69:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 69
You need to log in
before you can comment on or make changes to this bug.
Description
•