Reference / Supported debug commands |
Executes a file of debugger commands.
source commandfile
commandfile is the name of the file containing the debugger commands.
The source command allows you to execute a command file of lines that are debugger commands. The lines in the file are executed sequentially.
The commands are not printed as they are executed, and any messages are not displayed. Commands are executed without asking for confirmation.
An error in any command terminates execution of the command file.
(fgldb) source mycommands