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 183885

Summary: Netbeans doesn't show class name in variable view
Product: php Reporter: derickr
Component: DebuggerAssignee: rmatous <rmatous>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: Screenshot with hints

Description derickr 2010-04-12 11:14:58 UTC
Created attachment 97067 [details]
Screenshot with hints

Hello,

netbeans doesn't show the classname as "Value" for objects in the variable view. Because of this, I added something to Xdebug that adds a pseudo property "CLASSNAME" to every object to still be able to see the class name of an object. This is of course a hack, but it is really useful to have this information available. Could you please add this for the upcoming version?

This is related to bug https://netbeans.org/bugzilla/show_bug.cgi?id=182148 http://bugs.activestate.com/show_bug.cgi?id=86445 and http://bugs.xdebug.org/view.php?id=518 and http://bugs.xdebug.org/view.php?id=556 have background information.

regards,
Derick
Comment 1 derickr 2010-07-23 23:55:20 UTC

*** This bug has been marked as a duplicate of bug 177039 ***