source_read
Read source code lines from an execution trace to inspect code around the current position, using data from stack or session status.
Instructions
Read source code lines from the current trace. Use after stack or session_status to see code around the current position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_url | No | Source URL as it appears in Pernosco (from stack or session_status output). If omitted, uses current focus source. | |
| start_line | No | First line to read (1-based, default: 1) | |
| end_line | No | Last line to read (inclusive). Defaults to start_line + 50. |