Skip to content

0.2.0

Latest

Choose a tag to compare

@FlorentinoJink FlorentinoJink released this 30 Mar 17:40
· 17 commits to main since this release

Release v0.2.0 - Direct Program Debugging

🎯 Highlights

This release adds direct program debugging support β€” you can now launch executables under CDB and interactively debug them through MCP tools.

✨ New Features

launch_debug β€” Launch a program under CDB with breakpoint, stepping, and variable inspection support
close_debug β€” Terminate the target program and close the debug session
run_windbg_cmd now supports program_path parameter for executing commands in launch debug sessions
symbols_path and source_path parameters for configuring PDB symbols and source-level debugging
_NT_SOURCE_PATH environment variable support
Dynamic WinDbg Preview discovery (auto-detect any installed version from Microsoft Store)
Helpful winget install Microsoft.WinDbg hint when CDB is not found
πŸ› Bug Fixes

Fixed crash on non-UTF-8 CDB output (GBK/CP936 on Chinese Windows) β€” now uses lossy UTF-8 conversion
πŸ“ Other Changes

Rewrote README (EN/CN) as a proper open-source project page
Removed unused config.example.toml