step_into
Step into function calls while debugging NodeJS applications to inspect variables and trace execution flow within the MCP NodeJS Debugger.
Instructions
Steps into function calls
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}