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