GdbMiSession.stackListLocals

MiPendingCommand stackListLocals() @trusted

Lists local variables in the current frame.

Returns

A pending command for -stack-list-locals 1.

Example:

auto result = session.stackListLocals().wait();