get_console_output
Retrieve recent console output from a NodeJS debugged process, with adjustable entry limits, to monitor and debug runtime activity effectively.
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 |