grep
grepFind recorded trace events whose names or rendered values match a pattern. Filter by run, event kind, or function; resume from an event id to inspect calls, returns, exceptions, and line events.
Instructions
search events by name or value. Every CALL, RETURN, RAISE, HANDLED or LINE event whose name or rendered value contains the pattern; --after resumes from an event id a previous answer showed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fn | No | qualname filter: exact match first, else substring | |
| run | No | run id, a unique prefix of one, or `last` (the newest trace) | last |
| kind | No | keep events of this kind only | |
| after | No | event ref to resume from | |
| limit | No | most rows to print | |
| pattern | Yes | substring matched against event names and rendered values |