Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface default.Debugger.SetVariableValueRequest
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { SetVariableValueRequest } = default.Debugger;

Properties

scopeNumber: integer

0-based number of scope as was listed in scope chain. Only 'local', 'closure' and 'catch' scope types are allowed. Other scopes could be manipulated manually.

variableName: string

Variable name.

New variable value.

callFrameId: CallFrameId

Id of callframe that holds variable.