GdbMiSession.traceDefineVariable

MiPendingCommand traceDefineVariable(string name, string value = null) @trusted

Defines a trace variable.

Parameters

nameVariable name (must start with '$').
valueOptional initial value.

Returns

A pending command for -trace-define-variable.