list_breakpoints
List all active breakpoints for debugging NodeJS code within the MCP NodeJS Debugger, enabling efficient inspection and management of breakpoints in real-time.
Instructions
Lists all active breakpoints
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"
}