gdb_load
Load an ELF file into GDB for source-level debugging with symbols. Set flash=true to additionally program the firmware onto the target.
Instructions
Load an ELF file into GDB. By default loads symbols only (for source-level debugging: backtraces with file:line, variable names). Set flash=true to also program it onto the target.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flash | No | Also flash the ELF to the target (default: false, symbols only) | |
| elfFile | Yes | Path to .elf file with debug symbols |