interface Debugger.EvaluateOnCallFrameParameterType
Call frame identifier to evaluate on.
expression: stringExpression to evaluate.
optional
objectGroup: string | undefinedString object group name to put result into (allows rapid releasing resulting object handles using releaseObjectGroup).
optional
includeCommandLineAPI: boolean | undefinedSpecifies whether command line API should be available to the evaluated expression, defaults to false.
optional
silent: boolean | undefinedIn silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides setPauseOnException state.
optional
returnByValue: boolean | undefinedWhether the result is expected to be a JSON object that should be sent by value.
optional
generatePreview: boolean | undefinedWhether preview should be generated for the result.
optional
throwOnSideEffect: boolean | undefinedWhether to throw an exception if side effect cannot be ruled out during evaluation.