GdbMiSession.execStep

MiPendingCommand execStep() @trusted

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

Returns

A pending command for -exec-step.

Example:

session.execStep();