rtt_read_log
Retrieve the full RTT log tail from a J-Link debugged device without interfering with other active streaming clients.
Instructions
Read the tail of the complete RTT log file. This is an independent broadcast sink (not drained by other clients), so it returns the full RTT output even while another client (e.g. the VSCode extension) is streaming via rtt_read. Prefer this over rtt_read when another consumer is active.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_bytes | No | Maximum bytes to return from the end of the log (default: 8192). |