Wishlist for Coedit 3

Basile B. via Digitalmars-d-ide digitalmars-d-ide at puremagic.com
Sat Oct 29 05:40:55 PDT 2016


On Monday, 19 September 2016 at 21:37:35 UTC, Basile B. wrote:
> 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.

News from the front:

- Input can be passed to the "inferior" when using ">" as first 
character in the custom commands.
- Runnable modules can be debugged. I.E: you can debug a module 
that's not even saved... (but it still needs -g in the shebang).

Example:

http://sendvid.com/twz6x4ln


More information about the Digitalmars-d-ide mailing list