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