Evaluate On Call Frame Request
data class EvaluateOnCallFrameRequest(callFrameId: CallFrameId, expression: String, objectGroup: String?, includeCommandLineAPI: Boolean?, silent: Boolean?, returnByValue: Boolean?, generatePreview: Boolean?, throwOnSideEffect: Boolean?, timeout: TimeDelta?)
Content copied to clipboard
Represents request frame that can be used with Debugger#evaluateOnCallFrame operation call.
Evaluates expression on a given call frame.
See also
Constructors
EvaluateOnCallFrameRequest
Link copied to clipboard
fun EvaluateOnCallFrameRequest(callFrameId: CallFrameId, expression: String, objectGroup: String? = null, includeCommandLineAPI: Boolean? = null, silent: Boolean? = null, returnByValue: Boolean? = null, generatePreview: Boolean? = null, throwOnSideEffect: Boolean? = null, timeout: TimeDelta? = null)
Content copied to clipboard
Properties
callFrameId
Link copied to clipboard
expression
Link copied to clipboard
generatePreview
Link copied to clipboard
includeCommandLineAPI
Link copied to clipboard
objectGroup
Link copied to clipboard
returnByValue
Link copied to clipboard
throwOnSideEffect
Link copied to clipboard
Sources
jvm source
Link copied to clipboard