rdbg 0.19.31 — Windows binaries (built with Delphi 12 CE)

Contents (bin/):
  rdbgd64.exe    Win64 daemon (debugs PE32+ targets; conv. port 5902)
  rdbgd32.exe    Win32 daemon (debugs PE32 targets; conv. port 5903)
  rdbgc.exe      CLI client / one-shot driver
  rdbgui.exe     VCL GUI debugger
  rdbg-mcp.exe   Claude Code MCP bridge

Quick start:
  bin\rdbgd64 --listen 127.0.0.1:5902 --tray
  bin\rdbgc --connect 127.0.0.1:5902 hello

Full docs:    https://sundaymorning.app/rdbg/
Source:       https://sundaymorning.app/rdbg/assets/dl/rdbg-0.19.31-source.zip
Plugin:       /plugin marketplace add https://sundaymorning.app/rdbg/.claude-plugin/marketplace.json

Requires Windows 10+ x64. License: MIT (see LICENSE).
