Closed
Bug 1714306
Opened 4 years ago
Closed 4 years ago
Developer tools does not inspect arguments correctly : says undefined when is not
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1700600
People
(Reporter: tc, Unassigned)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0
Steps to reproduce:
Set a break point in a function
Inspect arguments by hover
Actual results:
Says undefined
Entering "report" in the console also says defined, when isn't
Expected results:
Should say the same as when console.log( arguments )
Second screen shot showing issue not confined to tool tip, something is broken in the debugger inspector itself
Entering "report" and "arguments" into "Watch expressions" reports "report" as "(unavailable)" - different to the tool tip. "arguments" as watch expression works fine.
Our code is minified with Browserify if that helps
Status: UNCONFIRMED → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•