load_symbol_file
Load debug symbols from an ELF file to enable source-level debugging. Uses configured path if no file is specified.
Instructions
Load debug symbols from an ELF file.
Loads symbol and debug information for source-level debugging. If no path given, uses the configured ELF path from debugforge.toml.
Args: elf_path: Path to ELF file. Empty = use configured path.
Returns: Confirmation of symbol loading
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| elf_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |