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

Data inspection support for ES6 Sets, Maps, and Generators #4949

Closed
3 tasks done
weinand opened this issue Apr 5, 2016 · 0 comments
Closed
3 tasks done

Data inspection support for ES6 Sets, Maps, and Generators #4949

weinand opened this issue Apr 5, 2016 · 0 comments

Comments

@weinand
Copy link
Contributor

weinand commented Apr 5, 2016

test item for microsoft/vscode-node-debug#51 and microsoft/vscode-node-debug#41:

VS Code node debugging no longer shows ES6 Sets, Maps, and Generators as undefined or empty objects.

Map:
map

Set:
set

Generator:
generator

Verify that:

  • Maps and Sets show their contents in an array like way. Each slot has a sequence number because Maps and Sets preserve insertion order.
  • Large Maps and Sets are fast and show their contents in chunks
  • Generators show the state of the generator (e.g. 'suspended' or 'closed').
@weinand weinand added this to the April 2016 milestone Apr 5, 2016
@egamma egamma mentioned this issue Apr 5, 2016
68 tasks
@weinand weinand changed the title Data inspection support for ES6 objects Data inspection support for ES6 Sets, Maps, and Generators Apr 5, 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.
Projects
None yet
Development

No branches or pull requests

2 participants