Nick Sabalausky wrote: > "Nick Sabalausky" <[email protected]> wrote in message > news:[email protected]... >> "Rory Mcguire" <rjmcgu...@gm_no_ail.com> wrote in message >> news:[email protected]... >>> Nick Sabalausky wrote: >>> >>>> Is there a way to get stack traces on exceptions in D2? >>> What OS. >>> >>> I'm on linux and I get stack traces. >> >> Windows. >> >> Must be a debug-only thing though (not sure why I thought otherwise). >> I've been unable to actually build in debug mode though, because 2.046 >> gives me phobos errors if I use debug mode, and 2.076 can't do >> array(filter()) which is a breaker for me. I guess I could try 2.045. > > Hmm, weird, I'm not getting the Phobos error with debug-mode on 2.076 now. > But still not getting stack traces though, even with both -debug and -g
interesting, I get them on 2.046 with and without -debug but not with - release.
