What are the worst parts of D?

via Digitalmars-d digitalmars-d at puremagic.com
Thu Oct 2 09:41:54 PDT 2014


On Thursday, 2 October 2014 at 16:22:39 UTC, po wrote:
>  Hehhe reconfigure a debugger. Lolz. Poor linux people. Living 
> it up like its still 1980.

:-) Well, gdb is not my favourite, but it works well on C code.  
I think this holds for all kinds of debuggers (including VS and 
XCode)… In all debuggers you have to configure which expressions 
to watch, how to format them if they are complex and where the 
breakpoints go.

Printf logging with conditionals, asserts and recursive 
test-functions can often be just as easy as a debugger, if not 
easier, when working on complex algorithms/messy state 
machines/deep data structures/data with custom indirection (using 
ints, rather than pointers).


More information about the Digitalmars-d mailing list