We should add support in project properties for configuring the debug port used to connect the Node.js executable (V8) to the NTVS debugger. This should at least include allowing the specification of a non-default (non-5858) port. It could also support having NTVS pick a free port, which would improve the scenario of side by side debugging of multiple Node.js executables.
Comments: I have checked in support for having NTVS pick a free port, favoring the default, if available. If we add support for a user specified port, we will want to include UI to let the user know that the specified port is already in use, when it is.
Comments: I have checked in support for having NTVS pick a free port, favoring the default, if available. If we add support for a user specified port, we will want to include UI to let the user know that the specified port is already in use, when it is.