DebugMCP
UnclaimedGift your VS Code agent a real debugger: breakpoints, stepping, inspection.
Unclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (16)
add_breakpoint
Add a breakpoint at a specific line (optionally conditional)
add_logpoint
Add a logpoint that logs a message (instead of pausing) when a line is reached
clear_all_breakpoints
Remove all breakpoints at once
continue_execution
Continue until next breakpoint
evaluate_expression
Evaluate an expression in debug context
get_variables_values
Get the values of specifically named variables at the current execution point
list_breakpoints
List all active breakpoints
list_variable_names
List names and types of variables in scope, without reading any values
pause_execution
Interrupt a freely-running program and stop at its current location (no breakpoint needed)
remove_breakpoint
Remove a breakpoint from a specific line
restart_debugging
Restart the current debug session
start_debugging
Start a debug session for a source code file
step_into
Step into function calls
step_out
Step out of the current function
step_over
Execute the next line (step over function calls)
stop_debugging
Stop the current debug session