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

Usage in Deno

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

Properties

scopeNumber: number
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.
Id of callframe that holds variable.