Open
Bug 1544720
Opened 6 years ago
Updated 2 years ago
Avoid using <anonymous> for top level frame
Categories
(DevTools :: Debugger, enhancement, P3)
DevTools
Debugger
Tracking
(Not tracked)
NEW
People
(Reporter: Honza, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
10.96 KB,
image/png
|
Details |
STR
- Open DevTools select the Console panel
- Load: https://general-flute.glitch.me/
- See an error in the Console, check out its stack trace
AR:
It's using <anonymous> for the top level frame
ER:
Can we avoid using <anonymous>? Leave it empty? Use <top-level> ?
Honza
Updated•6 years ago
|
Priority: -- → P3
Updated•6 years ago
|
Blocks: dbg-server
Type: defect → enhancement
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•