I ve got a PyString* object that I would like to see the contents of. Is there any way to see the text of the PyString using Qt Creator s debugger?
PyObject *import_str = PyString_InternFromString("__import__");
If it makes a difference, Qt Creator is a front end to GDB.