dynamic_annotations
Annotates source files to show executed lines and loop iteration counts, enabling understanding of code paths and branches run during debugging.
Instructions
Show which lines of the current source file executed at the current focus, with execution counts for loops. Essential for understanding which code paths and branches ran.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_url | No | Source URL to annotate (defaults to current focus source from session_status) |