Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 318351

Summary: Show prototype name in Debugger
Product: [WebTools] JSDT Reporter: Lehni <lists>
Component: DebugAssignee: Project Inbox <jsdt.debug-inbox>
Status: NEW --- QA Contact: Simon Kaegi <simon_kaegi>
Severity: enhancement    
Priority: P3 CC: thatnitind
Version: 3.2   
Target Milestone: ---   
Hardware: Macintosh   
OS: Mac OS X - Carbon (unsup.)   
Whiteboard:

Description Lehni CLA 2010-06-29 12:10:34 EDT
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