Closed
Description
- Version: 6.0.0
- Platform:
- Linux ... 3.16.0-70-generic Proposal: Harmony enabled binary, packages. #90~14.04.1-Ubuntu SMP Wed Apr 6 22:56:34 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
- Windows 7 Ultimate x64
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