pl.wendigo.chrome.api.debugger / Scope

Scope

data class Scope (source)

Scope description.

Link
Debugger#Scope type documentation.

Constructors

<init>

Scope(type: String, _object: RemoteObject, name: String? = null, startLocation: Location? = null, endLocation: Location? = null)

Scope description.

Properties

_object

val _object: RemoteObject

Object representing the scope. For global and with scopes it represents the actual object; for the rest of the scopes, it is artificial transient object enumerating scope variables as its properties.

endLocation

val endLocation: Location?

Location in the source code where scope ends

name

val name: String?

startLocation

val startLocation: Location?

Location in the source code where scope starts

type

val type: String

Scope type.