How can I see all the values of a python object during debugging?
Not possible. As of version VC 4.9 VC doesn’t have integrated Python debugger and it’s not possible to connect an external one to the integrated Python runtime.
Hy,
only way is to print the different values!
Regards