import * as mod from "https://dotland.deno.dev/std@0.177.0/node/inspector.ts"; ClassescSessionVariablesvconsolevdefaultFunctionsfcloseDeactivate the inspector. Blocks until there are no active connections. See https://nodejs.org/api/inspector.html#inspectorclose fopenActivates inspector on host and port. See https://nodejs.org/api/inspector.html#inspectoropenport-host-wait furlReturn the URL of the active inspector, or undefined if there is none. See https://nodejs.org/api/inspector.html#inspectorurl fwaitForDebuggerBlocks until a client (existing or connected later) has sent Runtime.runIfWaitingForDebugger command. See https://nodejs.org/api/inspector.html#inspectorwaitfordebugger