Skip to main content
Debugger.SetScriptSourceParameterType - node__inspector.d.ts - Node documentation
interface Debugger.SetScriptSourceParameterType

Usage in Deno

```typescript import { Debugger } from "node:node__inspector.d.ts"; ```

Properties

Id of the script to edit.
scriptSource: string
New content of the script.
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.