Stack tracing assert for linux/D2

2010-03-04 Thread BCS
I just created a module that generates stack traces on asserts (D2): http://www.dsource.org/projects/scrapple/browser/trunk/backtrace_assert/debugging.d Just compile and link it. It does have some not exactly ideal bits: -it won't work nicely unless you link with gcc and add the -rdynamic flag

Re: DSFML2

2010-03-04 Thread Trass3r
Maybe he is looking for a way to pass some custom arguments to DMD and couldn't find a way to do so via xfBuild? compiler arguments are passed just as normal.

Re: DSFML2

2010-03-04 Thread Denis Koroskin
On Thu, 04 Mar 2010 15:48:19 +0300, Trass3r wrote: I've been trying xfBuild and have now found that I can't write to the command prompt, and there doesn't seem to be any flag to activate to do it. Don't understand what you mean. Maybe he is looking for a way to pass some custom arguments

Re: DSFML2

2010-03-04 Thread Trass3r
I've been trying xfBuild and have now found that I can't write to the command prompt, and there doesn't seem to be any flag to activate to do it. Don't understand what you mean.

Re: DSFML2

2010-03-04 Thread Joel Christensen
Trass3r wrote: Btw, xfBuild is better. I've been trying xfBuild and have now found that I can't write to the command prompt, and there doesn't seem to be any flag to activate to do it. It seems faster though.