Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test: Multi level variable paging #10995

Closed
1 task done
isidorn opened this issue Aug 26, 2016 · 0 comments
Closed
1 task done

Test: Multi level variable paging #10995

isidorn opened this issue Aug 26, 2016 · 0 comments
Assignees
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues testplan-item
Milestone

Comments

@isidorn
Copy link
Contributor

isidorn commented Aug 26, 2016

Test for #9537:
Complexity: 2

Write or use a js/ts program with an array/buffer/map/set with more than 10000 items and verify:

  • data structures with a large number of children are displayed in multi level chunks (these chunks are displayed collapsed and the children are fetched lazily on expand). For example, an array of 100000 elements will first split all the elements in chunks of 10000 and then those chunks will be split in chunks of a 100. More details: Variable paging still faces performance issues  #9774
  • Array, Buffer, Map, and Set also display programmatically added named properties.
@isidorn isidorn added this to the August 2016 milestone Aug 26, 2016
@weinand weinand added the debug Debug viewlet, configurations, breakpoints, adapter issues label Aug 29, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues testplan-item
Projects
None yet
Development

No branches or pull requests

3 participants