mavdaviddraughn/DebugOpsMCP
3.2
If you are the rightful owner of DebugOpsMCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
DebugOpsMCP is a VS Code extension that provides debugging automation capabilities through the Model Context Protocol (MCP) to enable GitHub Copilot Agent Mode to perform sophisticated debugging operations.
Tools
Functions exposed to the LLM to take actions
debug.attach
Attach to a running process.
debug.launch
Launch a program with optional arguments.
debug.setBreakpoint
Set a breakpoint at a specified file and line.
debug.getStackTrace
Retrieve the call stack for a specified thread.
debug.evaluate
Evaluate an expression in the current scope.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client