interface Debugger.SetBreakpointByUrlParameterType
Properties #
#lineNumber: number Line number to set breakpoint at.
Regex pattern for the URLs of the resources to set breakpoints on. Either url or urlRegex must be specified.
#scriptHash: string | undefined optional
Script hash of the resources to set breakpoint on.
#columnNumber: number | undefined optional
Offset in the line to set breakpoint at.