- MCP Server — Built-in Model Context Protocol server exposing 20 debug tools + 1 prompt for AI agent-driven debugging
- MCP tools:
get_active_session,list_debug_configs,start_debug,stop_debug,disconnect,restart,list_breakpoints,set_breakpoint,remove_breakpoint,wait_for_breakpoint_hit,list_threads,get_stack_trace,get_variables,get_source,evaluate,step_over,step_into,step_out,resume,pause debug_session_workflowprompt for guiding AI agents through debug workflowsdebug-graph.mcp.enabledsetting to toggle the MCP servercall-graph.restart-mcpcommand to restart the MCP server- Function breakpoint support in
list_breakpointsandset_breakpoint - Per-frame variable inspection via
frameIdonget_variablesandevaluate
- Basic functionality (Show call history for a breakpoint in python code)
- Editor uses the same theme as the rest of the IDE
- Auto update the graph on debugger events
- Show the graph in a separate window
- Button to open graph in document header