DlangIDE - initial GDB debugger support

ZombineDev via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Thu Dec 17 00:27:05 PST 2015


On Wednesday, 16 December 2015 at 12:50:25 UTC, Vadim Lopatin 
wrote:
> On Tuesday, 8 December 2015 at 15:58:43 UTC, Vadim Lopatin 
> wrote:
>> Hello,
>>
>> DlangIDE is getting close to usable.
>> DlangIDE is and IDE for D programming language written in D 
>> using DlangUI library.
>>
>> Project page: https://github.com/buggins/dlangide
>>
>> To try, use `dub fetch dlangide && dub run dlangide` try to 
>> create and run DlangUI Helloworld project, or open Tetris 
>> project from workspaces/tetris.
>
> Initial GDB debugging support is implemented.
>
> You can start / stop debugging, set breakpoints, step 
> in/out/over, continue.
>
> TODO: stack trace & local variables display
>
>
> As well, following features implemented:
> - bookmarks in source files (toggle, go to next/prev)
> - recent workspace list

Exellent progress! Congrats!


More information about the Digitalmars-d-announce mailing list