property Debugger.SetBreakpointByUrlParameterType.urlRegex Usage in Denoimport { type Debugger } from "node:inspector/promises"; Regex pattern for the URLs of the resources to set breakpoints on. Either <code>url</code> or <code>urlRegex</code> must be specified. Type string | undefined