dlangBugzillaToGithub
dlangBugzillaToGithub
#### r.sagitario commented on 2017-09-06T19:59:46Z The main problem with the missing stack trace for exceptions is that druntime is not built with standard stack frames. Sometimes it helps if you...
#### nicolas.jinchereau commented on 2017-09-06T21:38:19Z @Rainer Schuetze Thanks - I hadn't tried that option yet. I just tried it though, and I'm getting build errors due to the incorrect compiler...
#### nicolas.jinchereau commented on 2017-09-06T22:39:03Z Using LDC, I've added this flag, and the stack frame situation seems greatly improved, if not fixed. Shouldn't this be default for debug mode? -link-debuglib
#### r.sagitario commented on 2017-09-07T07:32:24Z Yeah, some parts are tuned for dmd only. With "Goto Definition" I suspect that you have "Built Phobos browse info" some time in the past?...
#### nicolas.jinchereau commented on 2017-09-07T16:24:50Z @Rainer Schuetze > "Built Phobos browse info" some time in the past? Yes, same result though - DMD imports for LDC. I suppose I should...
#### r.sagitario commented on 2017-09-16T16:51:34Z https://github.com/dlang/visuald/releases/tag/v0.46.0-beta1 should fix the import issue with LDC and adds an option to use the debug library. I'm unsure whether debug library by default is...
#### nicolas.jinchereau commented on 2017-09-17T16:12:33Z Thanks for adding this, it's a big help. I don't mind flipping a switch, but am more concerned for anyone else being left empty handed...
#### r.sagitario commented on 2017-10-22T17:41:26Z *** Issue 11014 has been marked as a duplicate of this issue. ***
#### r.sagitario commented on 2017-10-22T18:30:03Z Works for me, but I notice an edited C++ file is not saved before starting the build. Is that your issue, too?
#### nicolas.jinchereau commented on 2017-10-22T19:04:43Z @Rainer Schuetze I would have to check again. I was using DMD/DMC at the time, but switched to ldc/clang shortly after to get C++11 support....