get_project_config
Retrieve project configuration including ELF, MAP, scripts paths, and TRACE32 settings from debugforge.toml and environment variables to set up a debug session context.
Instructions
Get the current DebugForge project configuration.
Returns project-specific paths (ELF, MAP, scripts) and TRACE32 settings loaded from debugforge.toml and environment variables. Call this at the start of a debug session to learn about the project context.
Returns: Formatted project configuration including paths and connection settings
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |