Skip to content

Filled array displayed like [] in debug repl #6444

Closed
@evegreen

Description

@evegreen

Steps:

  • create file with this content:
debugger;
  • in console: node debug fileName.js (enter)
  • when stops at breakpoint, enable repl
  • type this: myVar = [{lol: 'lal'}]; (enter)
  • type: myVar (enter)

Expected:
[ { lol: 'lal' } ]

Actual:
[]

PS:

  • if i start simple repl (not debug), this bug don't reproduce
  • i can't reproduce this bug on v5.3.0 on windows 10
  • sorry for my "bad" english

Metadata

Metadata

Assignees

No one assigned

    Labels

    v8 engineIssues and PRs related to the V8 dependency.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions