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

Array representation buggy #6926

Closed
snig-b opened this issue May 23, 2016 · 3 comments
Closed

Array representation buggy #6926

snig-b opened this issue May 23, 2016 · 3 comments
Labels
duplicate Issues and PRs that are duplicates of other issues or PRs.

Comments

@snig-b
Copy link

snig-b commented May 23, 2016

Given the node version. When I declare an array in the REPL console. The representation shows an empty array always. Please note this does not happen in the pure node console, but instead when I run the REPL from within my debugger. i.e
node debug index.js
> repl.

Even when I declare a simple array ( just to report that this is not a very complex nesting representation) like:
> [1]
the console shows it as
> []

I am aware of util.inspect , and it shows the complete array, but the normal representation is just too confusing. I would be glad if this can be inspected or resolved if required.

@addaleax
Copy link
Member

Hi! Thanks for the report, this is a known bug (#6444) and has already been fixed (#6448) – upgrading to Node v6.1.0 or v6.2.0 should resolve this problem for you.

@addaleax addaleax added duplicate Issues and PRs that are duplicates of other issues or PRs. debugger labels May 23, 2016
@addaleax
Copy link
Member

Closing this as a duplicate, but feel free to reopen this if the problem still persists after upgrading.

@snig-b
Copy link
Author

snig-b commented May 23, 2016

Works now on 6.2.0! Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Issues and PRs that are duplicates of other issues or PRs.
Projects
None yet
Development

No branches or pull requests

2 participants