Closed
Bug 731281
Opened 13 years ago
Closed 13 years ago
Properties in the debugger aren't always displayed correctly
Categories
(DevTools :: Debugger, defect, P2)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 741322
People
(Reporter: vporof, Unassigned)
Details
From bug 723062:
* not all params are taken into consideration when calling a function; for example, visit http://htmlpad.org/debugger/ and when calling test, the fArg is undefined; however, it is not properly colored in the panel entry, which makes me suspect that the grip isn't set correctly (in other cases, undefined vars are shown correctly)
* in the arguments array, if an argument is false, it is not displayed; on the same address, after 'click me', for the second frame, the third element in the arguments pseudo-array is not shown.
P2?
Reporter | ||
Comment 1•13 years ago
|
||
Also, as a side note: I remember this used to work correctly at some point not so long ago. We should add a test to check for these kinds of loose ends.
Comment 2•13 years ago
|
||
(In reply to Victor Porof from comment #1)
> Also, as a side note: I remember this used to work correctly at some point
> not so long ago. We should add a test to check for these kinds of loose ends.
All I could come up with is that it didn't work as far as 4 months ago:
https://vimeo.com/31141000
Updated•13 years ago
|
Priority: -- → P2
Reporter | ||
Comment 3•13 years ago
|
||
Fixing this in bug 741322.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•