enable_event_notifications
Enable event notifications to monitor debugger state changes such as target halts or breakpoints hit.
Instructions
Enable event notifications for debugger state changes.
When enabled, TRACE32 can send notifications to external tools or scripts when specific events occur (e.g., target halts, breakpoints hit).
Args: events: List of event types to monitor: "break" — target halted "go" — target running "reset" — system reset detected "power" — power cycle detected Default: ["break", "go"]
Returns: Confirmation of enabled events
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| events | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |