GdbMiSession.execRun

MiPendingCommand execRun() @trusted

Starts execution of the debugged program.

Returns

A pending command for -exec-run.

Example:

session.execRun();