interface Debugger.SetPauseOnExceptionsParameterType
Usage in Deno
import { type Debugger } from "node:inspector"; type { SetPauseOnExceptionsParameterType } = Debugger;
state: string
Pause on exceptions mode.
import { type Debugger } from "node:inspector"; type { SetPauseOnExceptionsParameterType } = Debugger;
state: string
Pause on exceptions mode.