GdbMiVariable.evaluate

MiPendingCommand evaluate() @trusted

Evaluates the expression of this variable object.

Returns

A pending command for -var-evaluate-expression.

Example:

auto result = v.evaluate().wait();