On Saturday, 3 October 2015 at 09:02:52 UTC, ponce wrote:
On Friday, 2 October 2015 at 18:56:32 UTC, deadalnix wrote:
On Friday, 2 October 2015 at 02:25:21 UTC, Yaser wrote:
Are there any critical frameworks or libraries that are
holding you back in fully investing in D? Obviously I think D
is an awesome language, but some frameworks/libraries hold me
back, wish I could do everything in D.
1/ Debug support. It is truly bad. Does not work on OSX as far
as I know how, and works tediously on linux (line numbers are
often wrong in GDB and do not appear ins tack trace, need to
use specific linkers flags for this to work at all).
On OSX I've used lldb + LDC and stack traces and line numbers
are there.
Symbols are not demangled though.
LDC is not an option for me ATM as only the latest DMD is
supported.