bombela / backward-cpp

A beautiful stack trace pretty printer for C++
MIT License
3.73k stars 471 forks source link

Registering Signal Handlers With Python Runtime #101

Open mcguipat opened 6 years ago

mcguipat commented 6 years ago

Is it possible to enable the signal handlers from a python runtime? Its create from the documentation how one can add signal handlers to a C++ executable with its cmake target; however, it's unclear how one could register signal handlers for a python process using C++ extensions defined in a library containing backward-cpp.

xgdgsc commented 1 year ago

Works https://github.com/bombela/backward-cpp/issues/289