trace_data_read
Set up a trace to record every read access to a specified variable, capturing all reads in the trace buffer for debugging.
Instructions
Configure data read trace on a variable.
Records every read access to the specified variable in the trace buffer.
Args: variable: Variable name or address (e.g., "myVar", "0xD0000100")
Returns: Confirmation of data read trace setup
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| variable | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |