If you had money to place for a bounty, what would you choose?

H. S. Teoh hsteoh at quickfur.ath.cx
Fri Nov 29 09:39:02 PST 2013


On Fri, Nov 29, 2013 at 06:13:58PM +0100, Gary Willoughby wrote:
> On Thursday, 28 November 2013 at 21:01:39 UTC, Fra wrote:
> >Personally I would love to see this old issue finally
> >implemented/fixed:
> >There can be only one alias this.
> >https://d.puremagic.com/issues/show_bug.cgi?id=6083
> >
> >What would your choice be?
> 
> https://d.puremagic.com/issues/show_bug.cgi?id=9800
> https://d.puremagic.com/issues/show_bug.cgi?id=11530
> 
> We seriously need to get debugging output solved! IMHO this is
> biggest hurdle to mainstream adoption. Devs love debuggers and the
> current state of affairs using a debugger with D is simply woeful.

+1.

I have to admit I rarely use a debugger, but just this week, I had to
debug a few segfaults in my D code, and trying to use gdb with a
dmd-compiled executable was very painful. The debugger seemed to just
jump about with only an approximate idea of where the code was actually
going, and half the symbols weren't recognized. I had to resort to
writeln debugging to track down the problem. I can see how someone used
to a debugger would throw up their hands at this situation.


T

-- 
Never trust an operating system you don't have source for! -- Martin Schulze


More information about the Digitalmars-d mailing list