Pause-on-exception doesn't catch uncaught exceptions from (wasm? imported?) code?
Categories
(DevTools :: Debugger, defect, P2)
Tracking
(Not tracked)
People
(Reporter: jgilbert, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
388.60 KB,
image/png
|
Details |
I ran into this trying to debug bug 1609006.
The console was showing what looked like uncaught TypeError exceptions, but the debugger option for Pause-on-exception wasn't pausing on them. Pause-on-caught-exceptions did seem to work. (or at least I was pausing on enough of those that I found the issue I was looking for)
Comment 1•5 years ago
|
||
Line 7411 is what should have thrown an error. I could only get there to pause by searching for the string and setting a breakpoint. Only after this, continue
paused on the exception correctly.
Comment 2•5 years ago
|
||
This test case https://lukewagner.github.io/test-wasm-stacks/ from bug 1460089 seems to work though.
Comment 3•5 years ago
|
||
The priority flag is not set for this bug.
:jlast, could you have a look please?
For more information, please visit auto_nag documentation.
Updated•5 years ago
|
Updated•2 years ago
|
Description
•