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 Inspector | Assignee: | 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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/55814112>