WineDbg icon

WineDbg

Exposes Wine Debugger (winedbg) functionality via a simple API to enable remote debugging of Windows applications running under Wine.

About

This project provides a server that wraps the Wine Debugger (winedbg) and exposes its functionality through a simple API. This allows you to debug Windows applications running under Wine from a remote client. It enables developers to interact with winedbg remotely, streamlining the debugging process for Windows applications within a Wine environment and offering a comprehensive set of debugger commands.

Key Features

  • Support for managing Wine debug channels
  • Designed for integration with MCP-compatible clients
  • Ability to inspect process, thread, memory, and variable information
  • 0 GitHub stars
  • Remote debugging capabilities for Windows applications running in Wine
  • Comprehensive API supporting core winedbg commands (e.g., run, attach, breakpoints, stepping)

Use Cases

  • Debugging Windows applications running under Wine from a separate development machine
  • Integrating Wine debugger functionality into custom IDEs or development workflows
  • Automating complex debugging scenarios for Wine-based software