Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Allow to see the entries of ES6 Map and Set #51

Closed
felixfbecker opened this issue Feb 18, 2016 · 4 comments
Closed

Allow to see the entries of ES6 Map and Set #51

felixfbecker opened this issue Feb 18, 2016 · 4 comments
Assignees
Milestone

Comments

@felixfbecker
Copy link

Currently they only display map or set, they should work like objects / arrays. For Set, basically what you get for Array.from(set).

@weinand weinand added the bug label Feb 22, 2016
@weinand weinand added this to the backlog milestone Feb 22, 2016
@weinand weinand self-assigned this Feb 22, 2016
@weinand
Copy link
Contributor

weinand commented Feb 22, 2016

@felixfbecker the v8 debugging protocol doesn't provide that information. I will have to inject code into the debugger for that.

@felixfbecker
Copy link
Author

Couldn't you execute eval commands to get the contents?

@weinand
Copy link
Contributor

weinand commented Feb 22, 2016

@felixfbecker yeah, that's my last resort... The problem with that approach is that I'm getting real objects instead of debug handles. This is a completely different world, e.g. property getters are called transparently etc.

@weinand
Copy link
Contributor

weinand commented Mar 16, 2016

Fix in branch improvedDataTypes or April release.

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

3 participants