-
Notifications
You must be signed in to change notification settings - Fork 18
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
Want Map object output #82
Comments
FWIW you can dump out the guts of a Map like this today:
Take that value of the
The format of the Map table data in the V8Array is found in It does usually look like the contents of the chains are in there at indices as plain pointers, so using |
Currently mdb_v8 shows the following when inspecting a core dump containing a Map object:
Ideally mdb_v8 will output the contents of the Map object so that it's keys and values are available for debugging.
I encountered this issue using mdb_v8 version 1.1.3 and a core dump from NodeJS v4.6.0.
The text was updated successfully, but these errors were encountered: