Closed GoogleCodeExporter closed 9 years ago
Original comment by shiq...@gmail.com
on 11 Nov 2008 at 6:49
Being able to show stack traces is nice. However, we should find and use a
portable
stack walker library that works at least on both Linux and Windows, and
hopefully Mac
OS and other Unix-like systems as well. StackWalker is Windows-only and thus
shouldn't be used.
Original comment by shiq...@gmail.com
on 2 Dec 2008 at 5:17
I completely agree that it would be nice if we had this functionality both on
windows
and linux. However you can't make it work both on Windows and Linux.
StackWalker uses
windows-only functionality that is not available in Linux. There are similar
I personally don't know how to get the same effect in linux. But here are some
ideas:
1. wxCode crashprint (maybe this one is cross-platform).
2. http://www.ibm.com/developerworks/linux/library/l-cppexcep.html
Original comment by dalius.d...@gmail.com
on 2 Dec 2008 at 6:10
We don't have the time to do it.
Original comment by w...@google.com
on 6 Mar 2010 at 6:04
Original issue reported on code.google.com by
dalius.d...@gmail.com
on 27 Oct 2008 at 8:17Attachments: