get_window
Retrieve text content from any TRACE32 window command. Use for specialized views not covered by other tools.
Instructions
Get the text content of any TRACE32 window command.
This is the most flexible view tool — any TRACE32 command that produces a window can have its content retrieved. Use this for specialized views not covered by other tools.
Examples: - "Data.List" — disassembly listing - "Var.Watch" — variable watch window - "Frame.view /Locals /ALL" — all frames with locals - "Trace.List" — trace buffer contents - "TASK.List" — OS task/thread list
Args: command: TRACE32 window command (e.g., "Data.List", "Var.Watch")
Returns: Formatted text content of the specified window
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |