Filled array displayed like [] in debug repl

Steps:

  • create file with this content:
  • 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