property Process.debugPortThe port used by the Node.js debugger when enabled. import process from 'node:process'; process.debugPort = 5858; Typenumber