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

Jon McAuliffe jon at mcauliffe.com
Mon Jun 13 01:31:56 CEST 2011


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 the corresponding c++-layer stack trace
>> as well?
> 
> Easier on GCC than MSVC. See FXException::init() at:
> 
> https://github.com/ned14/tnfox/blob/master/src/FXException.cxx#L304
> 
> HTH,
> Niall



More information about the Cplusplus-sig mailing list