Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

D-Editor with debugging

Tags:

editor

d

i've been programming a while in D (http://www.digitalmars.com/d/) now. I prefer it to Java because it is faster. However, i have not found an Editor that supports Code-Completion and Debugging (Step-Over, Step-Into, Breakpoints,...).

Do you have any suggestions?

P.S: gdb did not work.

like image 831
Burkhard Avatar asked Dec 06 '25 04:12

Burkhard


2 Answers

Descent, the Eclipse plugin, should support both (if you have a D supporting debugger installed). I have to admit I haven't tried it in a long time though, and when I did, debugging did not work, using gdb.

See also this question

Personally I use Vim which currently provides neither completion nor debugging, although I know a completion engine was started once.

like image 58
larsivi Avatar answered Dec 08 '25 22:12

larsivi


I suggest you try the excellent Code::Blocks IDE. It has a very good support for D (it even automatically recognizes DMD and/or GDC D compilers).

Another alternative has already been mentioned above - Descent. I haven't used Descent because whenever I tried it I had problems and at some point I gave up (this does not mean it is bad, it means I am just lazy to figure out what problems were).

C::B uses GDB so I guess (not sure, did not try) you can use patched GDB to debug your code.

like image 28
user36393 Avatar answered Dec 08 '25 22:12

user36393



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!