trace_get
Retrieve captured trace events and view an ASCII timeline showing method entries and exceptions. Use after trace_start, then stop with trace_stop.
Instructions
Read events captured since trace_start, plus a pre-rendered ASCII timeline with → for method entries and ⚠ for exceptions. Does NOT clear the buffer — call trace_stop when done.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxEvents | No | Return only the most recent N events. |