View source
typedef SetVariableResponse
package vscode.debugProtocol
import vscode.debugProtocol.DebugProtocol
Response to 'setVariable' request.
Alias
alias for
vscode.debugProtocol.Response<{variablesReference:Null<Int>, value:String, type:Null<String>, namedVariables:Null<Int>, indexedVariables:Null<Int>}>