3 comments

[ 4.5 ms ] story [ 20.5 ms ] thread
tl;dr: An article about remote debugging in node.

Remote debugging is disabled by default and has to be enabled with a CLI flag. It also requires access to a specific port (default: 9229).

Nobody mention the VS remote debugger and what mayhem one could cause if left running with a port open
Actual title: "Experimenting with remote debugging: Node.js runtime code injection"