watch
watchEvaluate a condition at every recorded step of a traced function to pinpoint where it becomes true or false.
Instructions
predicate over captured state. A gdb-style watchpoint evaluated after the fact at every recorded site of one function; needs a --focus recording, and NOTHING WAS CHECKED is a refusal, never a pass.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| at | Yes | module:qualname or qualname | |
| run | No | run id, a unique prefix of one, or `last` (the newest trace) | last |
| expr | Yes | names, literals, one comparison, and/or/not, arithmetic, len(name) | |
| after | No | event ref to resume from | |
| limit | No | most rows to print | |
| misses | No | how many near-misses to show when nothing hit |