view_log
Retrieve recent console output from the last launched editor or running project. Get the last N lines of captured stdout/stderr.
Instructions
View recent console output from the last launched editor or running project. Returns the last N lines of captured stdout/stderr.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lineCount | No | Number of trailing lines to return (default 50, max 1000) |