interface Debugger.SetScriptSourceParameterType
Usage
import { type Debugger } from "node:inspector"; type { SetScriptSourceParameterType } = Debugger;
optional
dryRun: boolean | undefined
If true the change will not actually be applied. Dry run may be used to get result description without actually modifying the code.