| |||
| Home > Tracing Tutorial > Using triggers to collect trace around a specific instruction | |||
You can collect trace when execution reaches a specific instruction, such as a call to an error handler routine or interrupt service routine. You can display the trace captured:
before the trigger point, which is the default action
after the trigger point
around the trigger point.
You can also choose to stop execution when the trigger is hit.