bombela/backward-cpp

Is it possible to use with pybind11?

QiangZiBro opened this issue · 1 comments

Hi all! Pybind11 is a good tool for binding C++ APIs to Python. It seems that pybind11 converts errors of C++ to Python exceptions compulsorily, which is earlier than backward-cpp, in such case, we can't see a backtrace at the C++ level. Is it possible to solve this problem?

I checked it with a simple project, and it seems to be possible.