GdbMiSession.execReverseStep

MiPendingCommand execReverseStep() @trusted

Executes the previous line of source code, stepping into function calls.

Returns

A pending command for -exec-step --reverse.

Example:

session.execReverseStep();