Open
Bug 1519569
Opened 7 years ago
Updated 2 years ago
Wasm functions' names are not fully shown in backtraces in the console
Categories
(DevTools :: Console, defect, P2)
DevTools
Console
Tracking
(Not tracked)
NEW
People
(Reporter: fitzgen, Unassigned)
References
Details
Attachments
(2 files)
For example, the function's name is "$console_error_panic_hook::hook_impl::h29cd881c683ead66" but only "h29cd881c683ead66" is displayed in the stack trace's expanded accordion.
Seems like some sort of regex gone wrong or something.
| Reporter | ||
Comment 1•7 years ago
|
||
STR:
- unzip
- start local server
- navigate to locally-served index.html
Comment 2•6 years ago
|
||
Thanks for the report and the test case Nick.
This is probably due to https://searchfox.org/mozilla-central/rev/c43240cef5829b8a2dec118faff8a5e1fec6ae1b/devtools/client/debugger/new/src/utils/pause/frames/displayName.js#11-40
Priority: -- → P2
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•