in my python project I call a c++ dll using ctypes library.
That c++ dll consists on a wrapper dll that calls methods of a c# com interop dll.
Sometimes I have a COM exception. I like to see what it corresponds exactlly but I don’t know how to do it?
How can I attach the c++ debugger to this situation?
Thanks in advance
I don’t know about your direct question, but maybe you could get around it by using comtypes to go straight from COM to Python instead sticking C++ in between.
Then all you have to do is: