What would be the proper way to explode a COM object for debugging? I have a 3rd party function that returns a multilevel object. The documentation is non existant, so I'd like to be able to echo everything out of the object or debug it in Komodo IDE.
Komodo just says Object and nothing else. Maybe convert to array?
I know some of the existing options such as $com->Status
, but there are more variables returned that I'd like to know what they are.