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

2011-06-12 Thread Jon McAuliffe
this is great, thanks niall. jon. On Jun 11, 2011, at 3:36 AM, Niall Douglas wrote: > 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 t

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

[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