MCPVault

unwind_exception

MCP tool from Embedded Debugger MCP by Adancurusul

Unwind the stack after a crash and map each frame to a source line. On the probe-rs backend, returns a full DWARF backtrace (function + file:line per frame) via probe-rs's own unwinder; on the OpenOCD backend, reads the Cortex-M exception stack frame and maps the faulting PC / caller LR to source li

How to use it

unwind_exception is exposed by the Embedded Debugger MCP MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the unwind_exception tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.

FULL EMBEDDED DEBUGGER MCP LISTING