get_source
Retrieve PHP source code from files or specific line ranges for debugging analysis with Xdebug.
Instructions
Get the source code of a file or a specific line range
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | File path to get source from | |
| begin_line | No | Starting line number | |
| end_line | No | Ending line number | |
| session_id | No | Session ID |