interface Debugger.SetBreakpointByUrlParameterType
Properties Jump to heading
Jump to headinglineNumber: numberLine number to set breakpoint at.
optional
Jump to headingurl: string | undefinedURL of the resources to set breakpoint on.
optional
Jump to headingurlRegex: string | undefinedRegex pattern for the URLs of the resources to set breakpoints on. Either url or urlRegex must be specified.
optional
Jump to headingscriptHash: string | undefinedScript hash of the resources to set breakpoint on.
optional
Jump to headingcolumnNumber: number | undefinedOffset in the line to set breakpoint at.
optional
Jump to headingcondition: string | undefinedExpression to use as a breakpoint condition. When specified, debugger will only stop on the breakpoint if this expression evaluates to true.