Community
Participate
Working Groups
Build Identifier: The debugger displays any JS or Java object simply as a plain JS Object (e.g. Object (id=1)). It would be helpful if an attempt was made to get the name of its constructor function and display it alongside, e.g. (Object [Path] (id=1)). This should then work the same way for Java objects too, meaning it should display the NativeJavaObject's simple class name. Reproducible: Always