tldr_slice
Identify all lines that affect a specific line in a source file to understand dependencies and influences on a value or statement.
Instructions
Program slice: find all lines that affect a specific line. Use to understand what influences a value or statement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| var | No | Variable to track (optional) | |
| file | Yes | Source file path | |
| line | Yes | Line number to slice from | |
| function | Yes | Function name | |
| direction | No | Slice direction (default: backward) |