How can I use Python to access C ++ objects at runtime?

I have an existing C ++ application and recruited several classes using python using SWIG. What do I need to do to open the python console while the C ++ application is running and to access its runtime objects (from already completed classes)?

+4
source share

All Articles