node --inspect: dev tools console not working

Version: 6.9.1 and 7.0
Platform: Windows 7 x64 (Chrome 54.0.2840.71 m)
Subsystem:

  • Create a file test.js with console.log("Hello World");
  • Run node --inspect --debug-brk test.js

On the console tab, I don't see any input field. When I press escape and open the smaller console tab, I have suggest for input, but I can't execute code.

The latter works when I change the URL query param from ws=localhost:9229/node to ws=127.0.0.1:9229/node

I made a small video to display the problem that I have been facing.