interface Debugger.EvaluateOnCallFrameParameterType
Properties Jump to heading
Call frame identifier to evaluate on.
Jump to headingexpression: string
Expression to evaluate.
optional
Jump to headingobjectGroup: string | undefined
String object group name to put result into (allows rapid releasing resulting object handles using releaseObjectGroup
).
optional
Jump to headingincludeCommandLineAPI: boolean | undefined
Specifies whether command line API should be available to the evaluated expression, defaults to false.
optional
Jump to headingsilent: boolean | undefined
In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides setPauseOnException
state.
optional
Jump to headingreturnByValue: boolean | undefined
Whether the result is expected to be a JSON object that should be sent by value.
optional
Jump to headinggeneratePreview: boolean | undefined
Whether preview should be generated for the result.
optional
Jump to headingthrowOnSideEffect: boolean | undefined
Whether to throw an exception if side effect cannot be ruled out during evaluation.