chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.debugger / ContinueToLocationRequest

ContinueToLocationRequest

data class ContinueToLocationRequest

Request object containing input parameters for the DebuggerDomain.continueToLocation command.

Constructors

<init>

Request object containing input parameters for the DebuggerDomain.continueToLocation command.

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

Properties

location

Location to continue to.

val location: Location

targetCallFrames

val targetCallFrames: String?