https://issues.dlang.org/show_bug.cgi?id=17811
--- Comment #6 from bitwise <nicolas.jincher...@gmail.com> --- @Rainer Schuetze > "Built Phobos browse info" some time in the past? Yes, same result though - DMD imports for LDC. I suppose I should file a separate bug for this though. I thought As was as what lib to use for debug mode, I have to disagree. Slowness is the cost of debug mode. Debug mode is not Debug mode if you can't debug. If an option was added for -link-debuglib, people could turn it off if they wanted they needed to. The issue I was having was not once-in-a-while. Every other bug I was hitting would just crash, giving me no information about what went wrong, or where. I don't believe there's a reasonable argument for this happening in Debug mode. No one will expect to have to flip a switch before debug mode actually works as advertised. Anyways, thanks for the help. Debugging seems to work fine now that I've enable the correct std lib. --