getSourceCode
Extract source code from a file URL between start and end line numbers, enabling targeted code inspection during debugging.
Instructions
Get source code at line range
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | File URL or path | |
| endLine | No | End line number | |
| startLine | No | Start line number | |
| connectionReason | No | Connection reference (use the reference from launchChrome output, e.g., "unnamed-connection-default" or your renamed tab) |