Continue To Location Request
data class ContinueToLocationRequest(location: Location, targetCallFrames: String?)
Content copied to clipboard
Represents request frame that can be used with Debugger#continueToLocation operation call.
Continues execution until specific location is reached.
See also
Constructors
ContinueToLocationRequest
Link copied to clipboard
fun ContinueToLocationRequest(location: Location, targetCallFrames: String? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard