This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 155894 - objects' "types" in debug pane always listed as "object"
Summary: objects' "types" in debug pane always listed as "object"
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: Macintosh Mac OS X
: P2 blocker with 2 votes (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-20 23:05 UTC by phatduckk
Modified: 2011-07-28 11:36 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
screenshot showing a User object listed as type "object" in "Localc variables" display (47.79 KB, text/plain)
2008-12-20 23:06 UTC, phatduckk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description phatduckk 2008-12-20 23:05:16 UTC
In the "Local Variables" or "watches" panes all objects' types are listed as "object". This is not useful at all.

If I have an object of class User - the debugger should display "User" in the "Local Variables" & "Watches" panes. In the current implementation no matter what 
the type of an object their type is displayed as "object".

xdebug's var_dump output will list the actual name of an object - so it looks as though the info is available. Just not used
Comment 1 phatduckk 2008-12-20 23:06:48 UTC
Created attachment 75217 [details]
screenshot showing a User object listed as type "object" in "Localc variables" display
Comment 2 tprochazka 2009-01-29 13:01:54 UTC
Also would be great show type of class as hover tooltip when mouse is over variable.
Comment 3 Filip Zamboj 2010-09-15 12:27:57 UTC
batch reassigning
Comment 4 OndrejBrejla 2011-07-20 14:29:57 UTC
Fixed in web-main: http://hg.netbeans.org/web-main/rev/e4308a096c77
Comment 5 Quality Engineering 2011-07-21 14:33:34 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/e4308a096c77
User: Ondrej Brejla <OndrejBrejla@netbeans.org>
Log: #155894 - objects' "types" in debug pane always listed as "object"