digitalmars.D.learn - stack trace hack for recent Phobos?
- Trass3r (2/2) Jul 16 2009 Is there a way to get a stacktrace when an exception occurs in recent
- Robert Fraser (2/4) Jul 16 2009 Windows or Unix?
- Trass3r (3/4) Jul 16 2009 Currently I only need Windoze, but knowing the linux situation wouldn't
- Robert Fraser (5/10) Jul 16 2009 There's no Windows stack trace that works with the newest Phobos AFAIK,
- Trass3r (3/7) Jul 29 2009 Really? Seems pretty much code to me.
- bearophile (4/5) Jul 29 2009 +100
Is there a way to get a stacktrace when an exception occurs in recent Phobos versions?
Jul 16 2009
Trass3r wrote:Is there a way to get a stacktrace when an exception occurs in recent Phobos versions?Windows or Unix?
Jul 16 2009
Robert Fraser schrieb:Windows or Unix?Currently I only need Windoze, but knowing the linux situation wouldn't be bad either.
Jul 16 2009
Trass3r wrote:Robert Fraser schrieb:There's no Windows stack trace that works with the newest Phobos AFAIK, however if you're using D2, you could probably copy Tango's stacktrace pretty easily since it has no dependencies on Tango other than the runtime, and druntime is used in Phobos2.Windows or Unix?Currently I only need Windoze, but knowing the linux situation wouldn't be bad either.
Jul 16 2009
Robert Fraser schrieb:There's no Windows stack trace that works with the newest Phobos AFAIK, however if you're using D2, you could probably copy Tango's stacktrace pretty easily since it has no dependencies on Tango other than the runtime, and druntime is used in Phobos2.Really? Seems pretty much code to me. Are there any plans to include a stacktrace in Phobos2?
Jul 29 2009
Trass3r:Are there any plans to include a stacktrace in Phobos2?<+100 Bye, bearophile
Jul 29 2009