Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Protocol.Debugger.SetScriptSourceRequest
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { SetScriptSourceRequest } = Protocol.Debugger;

Properties

Id of the script to edit.

scriptSource: string

New content of the script.

optional
dryRun: boolean

If true the change will not actually be applied. Dry run may be used to get result description without actually modifying the code.