Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRichVariablesResponse

Arguments for 'richVariables' request

This is an addition to the Debug Adapter Protocol to support rich rendering of variables.

Hierarchy

  • Response
    • IRichVariablesResponse

Index

Properties

body

Variable mime type data

command

command: string

The command requested.

Optional message

message: string

Contains the raw error in short form if 'success' is false. This raw error might be interpreted by the frontend and is not shown in the UI. Some predefined values exist. Values: 'cancelled': request was cancelled. etc.

request_seq

request_seq: number

Sequence number of the corresponding request.

seq

seq: number

Sequence number (also known as message ID). For protocol messages of type 'request' this ID can be used to cancel the request.

success

success: boolean

Outcome of the request. If true, the request was successful and the 'body' attribute may contain the result of the request. If the value is false, the attribute 'message' contains the error in short form and the 'body' may contain additional information (see 'ErrorResponse.body.error').

type

type: string

Message type. Values: 'request', 'response', 'event', etc.

Generated using TypeDoc