GdbMiSession.execNext

MiPendingCommand execNext() @trusted

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

Returns

A pending command for -exec-next.

Example:

session.execNext();