Closed
Bug 1335901
Opened 9 years ago
Closed 9 years ago
[debugger.html] cannot debug asm.js code
Categories
(DevTools :: Debugger, defect, P2)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1338567
People
(Reporter: yury, Assigned: yury)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [fixed-upstream] https://github.com/devtools-html/debugger.html/pull/1864)
Crosspost for https://github.com/devtools-html/debugger.html/issues/1767
STR:
1. Open https://devtools-html.github.io/debugger-examples/examples/asm.html
2. Open devtools at the debugger tab
3. Refresh the page
4. Check console messages below
Actual result:
Console says "Successfully compiled asm.js code (total compilation time ..."
Also, unable to set any breakpoint in the asm.js code.
Expected result:
Console says "TypeError: asm.js type error: Disabled by debugger"
That will disable asm.js AOT and will allow set breakpoints in the asm.js code.
Assignee | ||
Updated•9 years ago
|
Blocks: wasm-tools
Updated•9 years ago
|
Priority: -- → P2
Assignee | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 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
•