WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
201965
Web Inspector: allow examining items in the middle of an array/collection without having to show all items before
https://bugs.webkit.org/show_bug.cgi?id=201965
Summary
Web Inspector: allow examining items in the middle of an array/collection wit...
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2019-09-28 21:33:43 PDT
<
rdar://problem/55814112
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug