get_console_output
Retrieve the latest console output from a NodeJS debugged process to monitor and analyze application behavior, with customizable entry limits.
Instructions
Gets the most recent console output from the debugged process
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Maximum number of console entries to return. Defaults to 20 |