Thread overview
Best IDE for Newbie?
Aug 20, 2014
Newbie
Aug 20, 2014
Trass3r
Aug 22, 2014
MacAsm
Aug 24, 2014
Eugene
Aug 21, 2014
eles
August 20, 2014
Hello,

I have to start a new project and I want to try D instead of
using a combination of C++ and Perl.

But what is the best IDE to use on Ubuntu/Debian with gdc? I have
read of Mono-D and Eclipse.

Debugging is important for me. My programs should run under
several Linux Systems. I do not know if D really works for me. I
think it is a very promising language. But before I invest much
time in it, I would like to know if there are working development
environments. What your experiences, recommendations?

Thank you in advance!
August 20, 2014
Mono-D is really nice, give it a try.
August 21, 2014
On Wednesday, 20 August 2014 at 21:16:55 UTC, Newbie wrote:
> Hello,
>
> I have to start a new project and I want to try D instead of
> using a combination of C++ and Perl.
>
> But what is the best IDE to use on Ubuntu/Debian with gdc? I have
> read of Mono-D and Eclipse.
>
> Debugging is important for me. My programs should run under
> several Linux Systems. I do not know if D really works for me. I
> think it is a very promising language. But before I invest much
> time in it, I would like to know if there are working development
> environments. What your experiences, recommendations?
>
> Thank you in advance!

If you are a Eclipse user, there is a plug-in very similar to CDT, with almost the same capabilities:

http://code.google.com/p/ddt/
August 22, 2014
On Wednesday, 20 August 2014 at 21:43:17 UTC, Trass3r wrote:
> Mono-D is really nice, give it a try.

Best I've used. Really nice.
August 24, 2014
On Friday, 22 August 2014 at 13:13:40 UTC, MacAsm wrote:
> On Wednesday, 20 August 2014 at 21:43:17 UTC, Trass3r wrote:
>> Mono-D is really nice, give it a try.
>
> Best I've used. Really nice.

I can't use debugger in MonoD. 'Start debugging' is just disabled. Is it possible to fix this bug? Or maybe it is not a bug...