Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 318351 - Show prototype name in Debugger
Summary: Show prototype name in Debugger
Status: NEW
Alias: None
Product: JSDT
Classification: WebTools
Component: Debug (show other bugs)
Version: 3.2   Edit
Hardware: Macintosh Mac OS X - Carbon (unsup.)
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Simon Kaegi CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-29 12:10 EDT by Lehni CLA
Modified: 2010-06-29 12:10 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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