-
-
Notifications
You must be signed in to change notification settings - Fork 34.2k
Closed
Labels
duplicateIssues and PRs that are duplicates of other issues or PRs.Issues and PRs that are duplicates of other issues or PRs.
Description
- Version: 6.0.0
- Platform: Linux 3.13.0-85-generic test: fix test-fs-symlink-dir-junction-relative #129-Ubuntu SMP x86_64 GNU/Linux
- Subsystem:
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.
Metadata
Metadata
Assignees
Labels
duplicateIssues and PRs that are duplicates of other issues or PRs.Issues and PRs that are duplicates of other issues or PRs.