mago-mi: Mago debugger GDB MI compatible interface

Vadim Lopatin via Digitalmars-d-debugger digitalmars-d-debugger at puremagic.com
Mon May 23 22:38:46 PDT 2016


On Friday, 13 May 2016 at 15:28:55 UTC, Vadim Lopatin wrote:
> Hello,
>
> I'm working on GDB MI compatible interface for Mago debugger.
>
> My fork of Mago:
>
> https://github.com/buggins/mago

mago-mi v0.2.1 is released.

Precompiled binaries are available in DlangIDE release bundle.
https://github.com/buggins/dlangide/releases/tag/v0.6.5

Added support for a lot of GDB/MI commands.
Compatibility with GDB fixed.
Tested with Eclipse/DDT.

You can build dmd/x86 project in Eclipse/DDT, start debugging, 
use breakpoints, step in/out/over, see threads, stack frames, 
variables.
Just change Debug Configuration / Debugger setting - from GDB to 
mago-mi



More information about the Digitalmars-d-debugger mailing list