GdbMiSession.breakCommands

MiPendingCommand breakCommands(int number, string[] commands) @trusted

Sets the commands to be executed when a breakpoint is hit.

Parameters

numberBreakpoint number.
commandsList of GDB commands.

Returns

A pending command for -break-commands.