Can't initialize the TangoTrace LGPL stuff

Nick Sabalausky a at a.a
Thu Mar 11 08:36:31 PST 2010


"Ellery Newcomer" <ellery-newcomer at utulsa.edu> wrote in message 
news:hn9qvi$qf0$1 at digitalmars.com...
> how do you get stacktracing to work under windows?

Have you seen this page?
http://www.dsource.org/projects/tango/wiki/TutStackTrace

"Windows
You need to compile without optimizations and with -g to get the stack 
traces. A dbginfo.dll is needed, but that should be part of windows"

Then add "import tango.core.tools.TraceExceptions;" in the file with main(), 
and that should do it. Works for me anyway. 




More information about the Digitalmars-d-learn mailing list