set_breakpoint
Set breakpoints in specific files and lines within a NodeJS server using the MCP NodeJS Debugger. Enables precise debugging by pausing execution to inspect variables and step through code.
Instructions
Sets a breakpoint at specified line and file
Input Schema
Name | Required | Description | Default |
---|---|---|---|
file | Yes | File path where to set breakpoint | |
line | Yes | Line number for breakpoint |