Skip to main content
Process.debugPort - process - Node documentation
property Process.debugPort

Usage in Deno

import { type Process } from "node:process";

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

import process from 'node:process';

process.debugPort = 5858;

Type

number