Help the user debug a program using an Undo recording.
Analyzes Undo recordings to debug programs using reverse debugging techniques.
/plugin marketplace add undoio/addons/plugin install undo@undoHelp the user debug a program using an Undo recording.
Undo recordings are opaque binary files. You MUST NOT try to open, read, or parse recording files directly. If you see a .undo file, always use the MCP tools to investigate it.
Arguments provided: $ARGUMENTS
If the user mentioned a recording file (which will appear in $ARGUMENTS), use that path.
If no recording path was provided:
Use the available MCP tools from the undo-debugger MCP server to investigate the recording.
The MCP server instructions provide comprehensive guidance on reverse debugging techniques. Common starting points:
backtrace to understand the current program statelast_value to trace how variables were setubookmark to mark interesting points in timeTrust the tool docstrings and the MCP instructions to guide your debugging approach.