debugger

Andre Pany andre at s-e-a-p.de
Mon Apr 22 08:35:14 UTC 2019


On Monday, 22 April 2019 at 07:45:50 UTC, tester wrote:
> start putting a debugger into the distro. this one can be 
> adapted for d needs
>
> http://fdbg.x86asm.net

GDB defines an interface called GDB MI. Also Mago supports this 
interface. Therefore you can use various debuggers in IDEs 
(Visual Studio Code, IntelliJ, DLang IDE, ...) which supports GDB 
MI.

On a first glance, it seems fdbg does not support GDB MI.

Can you contact the author and ask wheter he can add support for 
GDB MI?

Kind regards
Andre


More information about the Digitalmars-d mailing list