mago-mi: Mago debugger GDB MI compatible interface
Vadim Lopatin via Digitalmars-d-debugger
digitalmars-d-debugger at puremagic.com
Fri May 13 08:28:55 PDT 2016
Hello,
I'm working on GDB MI compatible interface for Mago debugger.
My fork of Mago:
https://github.com/buggins/mago
mago-mi project is here:
https://github.com/buggins/mago/tree/master/MagoMI/mago-mi
Once ready, I'm planning to use it in DlangIDE under Windows.
I hope some day it may be used instead of gdb and llvm-mi under
Windows by other IDEs which are compatible with GDB MI interface.
Current state: has working command line interface, can
run/interrupt/step program.
Work in progress: setting of breakpoints.
Best regards,
Vadim
More information about the Digitalmars-d-debugger
mailing list