get_source_context
Fetch source code surrounding an execution point to provide context during debugging, accepting session ID, optional file and line, and lines of context.
Instructions
Get source code around the current execution point
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | Optional source file path | |
| line | No | Optional center line number | |
| sessionId | Yes | Debug session ID | |
| linesContext | No | Lines of context above and below (default 5) |