Version: v.6.4.0
Platform: Windows10 64 bit
Repro:
- Run (script can be moved to the separate file, repro uses inline version only for brevity):
node --inspect -e "while(1);"
- Open url that will be printed to start debugging.
Expected:
- Chrome dev tools are opened without any errors
Actual:
node process shuts down the message:
C:\Program Files\nodejs\node.EXE: src\inspector_socket.cc:569: Assertion `(inspector->http_parsing_state) == (nullptr)' failed.