set_breakpoint
Set breakpoints at specific lines and files in a NodeJS server to debug code, inspect variables, and step through execution for efficient issue resolution.
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 |