Set Breakpoint By Url Request
data class SetBreakpointByUrlRequest(lineNumber: Int, url: String?, urlRegex: String?, scriptHash: String?, columnNumber: Int?, condition: String?)
Content copied to clipboard
Represents request frame that can be used with Debugger#setBreakpointByUrl operation call.
Sets JavaScript breakpoint at given location specified either by URL or URL regex. Once this command is issued, all existing parsed scripts will have breakpoints resolved and returned in locations
property. Further matching script parsing will result in subsequent breakpointResolved
events issued. This logical breakpoint will survive page reloads.
See also
Constructors
SetBreakpointByUrlRequest
Link copied to clipboard
Properties
columnNumber
Link copied to clipboard
lineNumber
Link copied to clipboard
scriptHash
Link copied to clipboard
Sources
jvm source
Link copied to clipboard