set_action_breakpoint
Set a breakpoint that runs a TRACE32 command on hit, with optional auto-resume. Use for logging variable values or collecting trace data without pausing.
Instructions
Set an action breakpoint that executes a TRACE32 command when hit.
The target briefly stops, the command executes, then optionally resumes. Useful for logging variable values, collecting trace data, etc.
Args: address: Address or symbol name command: TRACE32 command to execute on hit (e.g., "Var.print counter") resume: True to auto-resume after command (default), False to stay stopped
Returns: Confirmation of action breakpoint
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resume | No | ||
| address | Yes | ||
| command | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |