Hello Community,
I am trying to debug some of my python scripts which shall generate a report.
I use python with VSCode to develop and debug the scripts. The connection to VSCode is working fine.
The thing that bothers me is that every Object I requested from is shown as "COMObject" with Type unknown as you can see in the screenshot.
Is there a way to resolve the COMObject so that I see the properties of them directly instead of poking around in the fog and the programing reference?
Greetings