execute_command
Run any TRACE32 PRACTICE command to control debugging, set breakpoints, load code, and inspect variables directly from this interface.
Instructions
Execute any TRACE32 PRACTICE command string.
This is the most flexible tool — any command you can type in the TRACE32 command line can be executed here (e.g., "SYStem.Up", "Data.LOAD.Elf ...", "Break.Set main", "Var.View myVar").
Args: command: TRACE32 command string to execute
Returns: Success confirmation or error message from TRACE32
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |