SetBreakpointByUrlParameterType

@native @JSType trait SetBreakpointByUrlParameterType extends StObject
Companion
object
trait StObject
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object

Concrete fields

var columnNumber: UndefOr[Double]

Offset in the line to set breakpoint at.

Offset in the line to set breakpoint at.

var condition: UndefOr[String]

Expression to use as a breakpoint condition. When specified, debugger will only stop on the breakpoint if this expression evaluates to true.

Expression to use as a breakpoint condition. When specified, debugger will only stop on the breakpoint if this expression evaluates to true.

var lineNumber: Double

Line number to set breakpoint at.

Line number to set breakpoint at.

var scriptHash: UndefOr[String]

Script hash of the resources to set breakpoint on.

Script hash of the resources to set breakpoint on.

var url: UndefOr[String]

URL of the resources to set breakpoint on.

URL of the resources to set breakpoint on.

var urlRegex: UndefOr[String]

Regex pattern for the URLs of the resources to set breakpoints on. Either <code>url</code> or <code>urlRegex</code> must be specified.

Regex pattern for the URLs of the resources to set breakpoints on. Either <code>url</code> or <code>urlRegex</code> must be specified.