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