[C++-sig] c++ exception stack trace

2011-06-11 Thread Jon McAuliffe
hello, when a thrown c++ exception is translated to the python layer and ultimately printed out by the python interpreter, is there an easy way to print out the corresponding c++-layer stack trace as well? thanks jon. ___ Cplusplus-sig mailing list Cp

Re: [C++-sig] c++ exception stack trace

2011-06-11 Thread Niall Douglas
On 9 Jun 2011 at 16:10, Jon McAuliffe wrote: > when a thrown c++ exception is translated to the python layer > and ultimately printed out by the python interpreter, is there > an easy way to print out the corresponding c++-layer stack trace > as well? Easier on GCC than MSVC. See FXException::ini