Skip to main content
Module

std/node/inspector.ts

Deno standard library
Go to Latest
import * as mod from "https://deno.land/std@0.120.0/node/inspector.ts";

Functions

Deactivate the inspector. Blocks until there are no active connections. See https://nodejs.org/api/inspector.html#inspectorclose

Return the URL of the active inspector, or undefined if there is none. See https://nodejs.org/api/inspector.html#inspectorurl

Blocks until a client (existing or connected later) has sent Runtime.runIfWaitingForDebugger command. See https://nodejs.org/api/inspector.html#inspectorwaitfordebugger