Javascript Object Introspection

Currently there is no way to properly inspect the available functions and properties of an object in the studio console. Please add introspection similar to what most modern browsers have in their inspectors to allow for easier debugging and feature discovery.

2 Comments
SunsetRunner
Not applicable

 Nice suggestion, we agree it would make developers' lives easier, thanks for sharing. We look forward to hearing what other community member think.

CoulterJames
Base Runner

I'd like this, too. And also enable the ability to set breakpoints and debug in real time. It would have saved me hours of time if I just set a breakpoint in the code and establish whether an object was initialized or not, and its current value, or just be to hover over/highlight an object to find out its current value. At the moment, we are constrained to console.log() statements and commenting/uncommenting blocks of code to try and debug which is far from ideal.

To comment, you must first accept the terms of the Idea and Feedback Submission policy.