Home > puppeteer > Protocol > Debugger > EvaluateOnCallFrameRequest > silent
In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides setPauseOnException state.
setPauseOnException
Signature:
silent?: boolean;