workbackai
Connects Claude Code to Node.js's Inspector Protocol for real-time debugging capabilities, enabling breakpoint setting, variable inspection, and code execution stepping without leaving the conversation interface.
Executes JavaScript code in the debugged process
Sets a breakpoint at specified line and file
Inspects variables in current scope
Steps over to the next line of code
Steps into function calls
Steps out of current function
Continues code execution
Deletes a specified breakpoint
Lists all active breakpoints
Evaluates a JavaScript expression in the current context
Gets the current execution location when paused
Gets the most recent console output from the debugged process
Manually triggers a reconnection attempt to the Node.js debugger
No additional configuration required