Re: Stack traces on exceptions in D2?

2010-07-29 Thread Nick Sabalausky
"Jacob Carlborg" wrote in message news:i2sfk4$185...@digitalmars.com... > On 2010-07-29 13:44, Don wrote: >> Nick Sabalausky wrote: >>> Is there a way to get stack traces on exceptions in D2? >>> >>> >> It's not yet implemented on Wi

Re: Stack traces on exceptions in D2?

2010-07-29 Thread Jacob Carlborg
On 2010-07-29 13:44, Don wrote: Nick Sabalausky wrote: Is there a way to get stack traces on exceptions in D2? It's not yet implemented on Windows. Mainly because Sean hasn't had enough free time. Does tango have stack traces on windows? Or I guess it doesn't matter, can

Re: Stack traces on exceptions in D2?

2010-07-29 Thread Don
Nick Sabalausky wrote: Is there a way to get stack traces on exceptions in D2? It's not yet implemented on Windows. Mainly because Sean hasn't had enough free time.

Re: Stack traces on exceptions in D2?

2010-07-29 Thread Rory Mcguire
Nick Sabalausky wrote: > "Nick Sabalausky" wrote in message > news:i2rbht$22v...@digitalmars.com... >> "Rory Mcguire" wrote in message >> news:i2rafu$20l...@digitalmars.com... >>> Nick Sabalausky wrote: >>> >>>> Is there a way

Re: Stack traces on exceptions in D2?

2010-07-29 Thread Nick Sabalausky
"Nick Sabalausky" wrote in message news:i2rbht$22v...@digitalmars.com... > "Rory Mcguire" wrote in message > news:i2rafu$20l...@digitalmars.com... >> Nick Sabalausky wrote: >> >>> Is there a way to get stack traces on exceptions in D2? >&g

Re: Stack traces on exceptions in D2?

2010-07-29 Thread Nick Sabalausky
"Rory Mcguire" wrote in message news:i2rafu$20l...@digitalmars.com... > 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

Re: Stack traces on exceptions in D2?

2010-07-29 Thread Rory Mcguire
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.

Stack traces on exceptions in D2?

2010-07-29 Thread Nick Sabalausky
Is there a way to get stack traces on exceptions in D2?