Open
Bug 1949666
Opened 26 days ago
Updated 14 days ago
[dump-scope] arguments is exported as `[object Object]`
Categories
(DevTools :: General, defect, P3)
DevTools
General
Tracking
(Not tracked)
NEW
People
(Reporter: jdescottes, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
347.14 KB,
application/json
|
Details |
The variables export for browser_dbg-javascript-tracer-sidebar-values-search.js contained an arguments
variable but serialized as [object Object]
. Investigate why this shows up like that and if we can't export it in a less generic way.
Updated•21 days ago
|
Severity: -- → S3
Priority: -- → P3
Comment 1•14 days ago
|
||
The Bugbug bot thinks this bug should belong to the 'DevTools::Debugger' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Component: General → Debugger
Comment 2•14 days ago
|
||
The component has been changed since the backlog priority was decided, so we're resetting it.
For more information, please visit BugBot documentation.
Priority: P3 → --
You need to log in
before you can comment on or make changes to this bug.
Description
•