DlangIDE

Vadim Lopatin via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Tue Feb 17 11:41:09 PST 2015


On Tuesday, 17 February 2015 at 17:53:56 UTC, extrawurst wrote:
> On Tuesday, 17 February 2015 at 13:48:27 UTC, Vadim Lopatin 
> wrote:
>> Project update:
>>
>> Hans-Albert Maritz (Freakazo) sent pull request with 
>> implementation of DCD integration.
>>
>> Now DlangIDE supports autocompletion (Ctrl+Space or 
>> Ctrl+Shift+G) and GoToDefinition (Ctrl+G or F12).
>>
>> DlangIDE becomes real IDE :)
>>
>> For using of autocompletion, you need to install DCD.
>> DlangIDE starts its own copy of daemon on port 9167.
>> dcd-client and dcd-server must be in the same directory as 
>> dlangide executable or in one of PATH dirs.
>>
>> Now most wanted feature is debugging support (IMHO).
>
> I think soo too. Whats the way to go there for targeting all 
> these platforms ?

It looks like we need to develop some universal debugger library.
For linux, it can use gdb as a backend.
For windows - I'm not sure. Is there any console debugger which 
can debug dmd generated executables? I've checked windbg shipped 
with dmd, but it looks like it is GUI, and cannot be used as 
backend via console.
Trying to play with my own implementation of debugger using win32 
API.

Probably there is already some debugger interface written in D?


More information about the Digitalmars-d-announce mailing list