run_do_selected_lines
Execute a specified line range of a Stata do file by providing the file path and start/end line numbers, allowing partial script execution for focused testing.
Instructions
do 파일의 선택된 라인들만 실행
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_line | Yes | 끝 라인 번호 (포함) | |
| file_path | Yes | 실행할 do 파일 경로 | |
| start_line | Yes | 시작 라인 번호 (1부터 시작) |