We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f177e7 commit b456e31Copy full SHA for b456e31
doc/api/process.md
@@ -621,7 +621,17 @@ process.
621
```js
622
console.log(`Current directory: ${process.cwd()}`);
623
```
624
+## process.debugPort
625
+<!-- YAML
626
+added: v0.7.2
627
+-->
628
+* {number}
629
630
+The port used by Node.js's debugger when enabled.
631
+
632
+```js
633
+process.debugPort = 5858;
634
+```
635
## process.disconnect()
636
<!-- YAML
637
added: v0.7.2
0 commit comments