How to debug a project use pybind11 ? #5424
Unanswered
FlintWangacc
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys,
I am debugging torch_mlir project. In torch_mlir project, It use pybind11 to connect c++ and python. I found it is painful to debug project such as this. When I suspect a function call is a c++ function, I use grep to find it in mlir project. It took a lot of time when I debug it. Is there a smart way to debug project like torch_mlir which use pybind11 ?
Beta Was this translation helpful? Give feedback.
All reactions