pl.wendigo.chrome.api.debugger / ContinueToLocationRequest

ContinueToLocationRequest

data class ContinueToLocationRequest (source)

Represents request frame that can be used with Debugger#continueToLocation operation call.

Continues execution until specific location is reached.

Link
Debugger#continueToLocation method documentation.

See Also

DebuggerOperations.continueToLocation

Constructors

<init>

ContinueToLocationRequest(location: Location, targetCallFrames: String? = null)

Represents request frame that can be used with Debugger#continueToLocation operation call.

Properties

location

val location: Location

Location to continue to.

targetCallFrames

val targetCallFrames: String?