DebugMCP
未申請Gift your VS Code agent a real debugger: breakpoints, stepping, inspection.
未申請リスティング
このMCPサーバーはあなたのものですか?
このリスティングは公開情報から自動的にインデックスされました。申請することで、ページの編集、互換性の設定、成長ツールのアンロックができます。2分以内に完了します。
このサーバーを申請するツール(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