The port used by the Node.js debugger when enabled.
import process from 'node:process';process.debugPort = 5858;
v0.7.2