Open
Bug 1519618
Opened 6 years ago
Updated 1 year ago
Console should mention that expanding objects shows currently evaluated value
Categories
(DevTools :: Console, enhancement, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: Hritikxx8, Unassigned)
References
Details
(Keywords: parity-chrome)
Attachments
(1 file)
84.84 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:64.0) Gecko/20100101 Firefox/64.0
Steps to reproduce:
Open console and expand on object which have been changed after being logged.
Actual results:
In Google Chrome it clearly mentions that expanding an object in the console evaluates the value in real time. FF does the same, though it doesn't mention anything like that.
Expected results:
FF should also mention something like that. It'd have been really helpful.
Couple of hours got wasted because I thought the expanded values are just pretty print of the object at the time of being logged.
Updated•6 years ago
|
Severity: normal → enhancement
Component: Untriaged → Console
Keywords: parity-chrome
OS: Unspecified → All
Product: Firefox → DevTools
Hardware: Unspecified → All
Updated•6 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•6 years ago
|
Priority: -- → P3
Summary: [Improvement] Console should mention that expanding objects shows currently evaluated value → Console should mention that expanding objects shows currently evaluated value
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•