Fields

@:optionaloptionalvariablesReference: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).

@:optionaloptionalsource:Null<Source>

An optional source location where the output was produced.

output:String

The output to report.

@:optionaloptionalline:Null<Int>

An optional source location line where the output was produced.

@:optionaloptionalgroup: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.

@:optionaloptionalcolumn:Null<Int>

An optional source location column where the output was produced.

@:optionaloptionalcategory:Null<OutputEventCategory>

The output category. If not specified, 'console' is assumed. Values: 'console', 'stdout', 'stderr', 'telemetry', etc.