nodejs_inspect
Execute JavaScript code within a NodeJS debugged process to inspect variables, set breakpoints, and step through code for debugging purposes.
Instructions
Executes JavaScript code in the debugged process
Input Schema
Name | Required | Description | Default |
---|---|---|---|
js_code | Yes | JavaScript code to execute |