View source
typedef TOutputEvent
package vscode.debugProtocol
import vscode.debugProtocol.DebugProtocol
Fields
optionalvariablesReference:Null<Int>
If an attribute 'variablesReference' exists and its value is > 0, the output contains objects which can be retrieved by passing 'variablesReference' to the 'variables' request. The value should be less than or equal to 2147483647 (2^31 - 1).
optionalgroup:Null<OutputEventGroup>
Support for keeping an output log organized by grouping related messages.
data:Dynamic
Optional data to report. For the 'telemetry' category the data will be sent to telemetry, for the other categories the data is shown in JSON format.
optionalcategory:Null<OutputEventCategory>
The output category. If not specified, 'console' is assumed. Values: 'console', 'stdout', 'stderr', 'telemetry', etc.