Bug 201965

Summary: Web Inspector: allow examining items in the middle of an array/collection without having to show all items before
Product: WebKit Reporter: Devin Rousso <hi>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: hi, inspector-bugzilla-changes, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Bug Depends on: 143589    
Bug Blocks:    

Devin Rousso
Reported 2019-09-18 19:35:55 PDT
When examining a large array in the Console, if the value I'm trying to inspect is somewhere in the middle, I should be able to somehow "jump" to that value, or the area immediately around it without having to reveal/show all the items before it. As an example, if I logged ``` (new Array(100000)).fill().map((item, i) => i) ``` and wanted to examine item 50000.
Attachments
Radar WebKit Bug Importer
Comment 1 2019-09-28 21:33:43 PDT
Note You need to log in before you can comment on or make changes to this bug.