process.debugPort


启用时 Node.js 调试器使用的端口。

process.debugPort = 5858;

The port used by the Node.js debugger when enabled.

process.debugPort = 5858;