It would be really useful to be able to dump objects to the console in a manner where you can view the various fields and expand them to see their contents, similar to how Chrome’s developer tools does it (or Firefox’s, etc).
agreed, thanks. We’re figuring out how/where that fits in to be most useful. Have you tried the Examine DAT?
Yes. The Examine DAT is definitely useful but doesn’t cover all the use cases, such as wanting a quick dump of the attributes of a custom parameter without navigating to the OP in question and opening up the Customize dialog.
I have a basic utility for it, but it’s limited (see dumpObject): [url]https://github.com/t3kt/vjzual2/blob/master/vjz/util.py[/url]