set_breakpoint
Set a breakpoint at a specified file and line number to pause execution and inspect code during NodeJS debugging.
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 |