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: 'Variable paging' #9684

Closed
2 tasks done
isidorn opened this issue Jul 25, 2016 · 1 comment
Closed
2 tasks done

Test: 'Variable paging' #9684

isidorn opened this issue Jul 25, 2016 · 1 comment
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues testplan-item
Milestone

Comments

@isidorn
Copy link
Contributor

isidorn commented Jul 25, 2016

Test for #9537:

Previously large data structures (Array, Buffer, Map, Set) were broken into "chunks" in the debug extension. Starting with VS Code 1.4 this is done on the VS Code side so all the debug extensions will benefit from this.

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

  • data structures with a large number of children are displayed in chunks (these chunks are displayed collapsed and the children are fetched lazily on expand).
  • Array, Buffer, Map, and Set also display programmatically added named properties.
  • you can inspect these large data structures in: the VARIABLES view, WATCH expressions, REPL, and hover
@isidorn isidorn added debug Debug viewlet, configurations, breakpoints, adapter issues testplan-item labels Jul 25, 2016
@isidorn isidorn added this to the July 2016 milestone Jul 25, 2016
@egamma egamma mentioned this issue Jul 25, 2016
89 tasks
@weinand weinand changed the title Variable paging Test 'Variable paging' Jul 25, 2016
@weinand weinand changed the title Test 'Variable paging' Test: 'Variable paging' Jul 25, 2016
@weinand weinand assigned weinand and unassigned weinand Jul 25, 2016
@joaomoreno
Copy link
Member

@Tyriar @isidorn This test plan needs two testers at least.

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

4 participants