Closed Bug 1568214 Opened 6 years ago Closed 6 years ago

Show property value only in Inline Variable Preview

Categories

(DevTools :: Debugger, enhancement, P2)

Desktop
All
enhancement

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: dhyey35, Assigned: dhyey35)

Details

In case of a child property mentioned in code, show that child property's value instead of whole object's value.

Eg:

console.log(person.age.years);

Should show the value of years property only and not the whole person object.

Expected Result:

console.log(person.age.years); person.age.years = 21

Assignee: nobody → dhyey35
Priority: -- → P2
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.