Bun

interface

inspector.Debugger.SetVariableValueParameterType

interface SetVariableValueParameterType

  • callFrameId: string

    Id of callframe that holds variable.

  • newValue: CallArgument

    New variable value.

  • 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.