set_event_action
Assign a TRACE32 command to run automatically when a debug event such as break, go, reset, or power occurs. Enables automated responses like running scripts or collecting trace data on breakpoints.
Instructions
Set a command to execute when a specific event occurs.
Allows automated responses to debugger events (e.g., run a script when target halts, collect trace data on breakpoint hit).
Args: event: Event type — "break", "go", "reset", "power" command: TRACE32 command to execute (e.g., "DO my_script.cmm", "Var.view myVar", "Trace.List")
Returns: Confirmation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event | Yes | ||
| command | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |