@KashunCheng
Model Context Protocol (MCP) server that interacts with a Debugger
launch
** Launch the debuggee program.
set_breakpoint
** Set a breakpoint at a specified file and line (with an optional condition).
remove_breakpoint
** Remove a breakpoint from a specified file and line.
list_all_breakpoints
** List all breakpoints currently set in the debugger.
continue_execution
** Continue program execution after hitting a breakpoint.
step_in
** Step into a function call.
step_out
** Step out of the current function.
next
** Step over to the next line of code.
evaluate
** Evaluate an expression in the current debugging context.
change_frame
** Switch to a different stack frame.
view_file_around_line
** View source code around a specified line (using the last provided file if none is specified).
terminate
** Terminate the debugging session.
punkpeye
modelcontextprotocol
amruthpillai