source

Executes a file of debugger commands.

Syntax

source commandfile
Note:
  1. commandfile is the name of the file containing the debugger commands.

Usage

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.

Example

(fgldb) source mycommands