Skip to main content
Debugger.SetBreakpointByUrlParameterType.urlRegex - inspector/promises - Node documentation
property Debugger.SetBreakpointByUrlParameterType.urlRegex

Usage in Deno

import { type Debugger } from "node:inspector/promises";

Regex pattern for the URLs of the resources to set breakpoints on. Either url or urlRegex must be specified.

Type

string | undefined