The Startup tab specifies the first commands for the GDB client to execute at startup. Commands are executed in the order of appearance on the tab, after which debugging of the code becomes available to the user.

The following table describes all settings that can appear on the Startup tab. Some settings described below are particular to the selected debugging interface and are hidden from the tab for other interfaces.
| Setting | Description |
|---|---|
| Initialization Commands (apply to GDB Hardware Debugging only) |
Specify the initialization commands to be executed before the debug session is
started. Configure the following related options:
|
| Load Image and Symbols | Specify the file that contains the code for debugging:
|
| Specify the source of the debugging information (“symbols”) to be passed to
the debugger. The debugging information will be kept on the host rather than
downloaded to the target. Typically, the debugging information (DWARF) is embedded in the ELF file generated from the project.
|
|
| Runtime Options | Specify the runtime settings for the debugger. Options:
|
| Run Commands | Commands to be executed by the GDB client after all above options are done. After that, the user can interact with the debugger. |