[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Debugger](./puppeteer.protocol.debugger.md) > [EvaluateOnCallFrameResponse](./puppeteer.protocol.debugger.evaluateoncallframeresponse.md) ## Protocol.Debugger.EvaluateOnCallFrameResponse interface Signature: ```typescript export interface EvaluateOnCallFrameResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [exceptionDetails](./puppeteer.protocol.debugger.evaluateoncallframeresponse.exceptiondetails.md) | [Runtime.ExceptionDetails](./puppeteer.protocol.runtime.exceptiondetails.md) | Exception details. | | [result](./puppeteer.protocol.debugger.evaluateoncallframeresponse.result.md) | [Runtime.RemoteObject](./puppeteer.protocol.runtime.remoteobject.md) | Object wrapper for the evaluation result. |