property Debugger.EvaluateOnCallFrameParameterType.silent Usage in Denoimport { type Debugger } from "node:inspector"; In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides <code>setPauseOnException</code> state. Type boolean | undefined