Wishlist for Coedit 3
Basile B. via Digitalmars-d-ide
digitalmars-d-ide at puremagic.com
Mon Sep 19 14:37:35 PDT 2016
On Saturday, 16 July 2016 at 02:00:47 UTC, Basile B. wrote:
> Hi, I'm gonna release a small version 3 when the summer's gone.
> So far as a user I've done most of what I need to program
> better my little shitty programs. However if you have
> reasonable ideas (e.g asking for debugging is not reasonable)
Finally I can say that GDB will be supported under linux. Here's
a small teaser:
https://vid.me/1MYy (sorry the quality is not good, if anyone
knows a better host without registration...)
showing:
- breaking
- steping
- call stack dump, call stack naviguation
- GPR dump
Not many much more is implemented so far.
Technically GDB integration is easy but boring (not to say that
it's monkey work) !
The machine interface output is almost compliant with JSON but
since not totally the output stream has to be tokenized to build
a true JSON. From this JSON the messages can be finally
interpreted easily.
More information about the Digitalmars-d-ide
mailing list