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 182148

Summary: PHP Debugger repeatedly prints CLASSNAME
Product: php Reporter: capdog <capdog>
Component: DebuggerAssignee: rmatous <rmatous>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: Macintosh (x86)   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

Description capdog 2010-03-16 17:55:31 UTC
When using the latest version of xdebug 2.1, I see the word "CLASSNAME" repeated again and again in the variables view when stopped at a breakpoint, and the word keeps duplicating itself and increasing the size of the list.

I think this is related to this bug: http://bugs.xdebug.org/view.php?id=518

Apparently there is a pseudo-property called CLASSNAME that xdebug is setting that Netbeans should ignore. 

Thanks
Mark
Comment 1 capdog 2010-03-16 17:56:22 UTC
p.s. I'm using PHP 5.3.2 on Centos 5.
Comment 2 rmatous 2010-03-17 09:03:40 UTC
I'm aware of this issue
Comment 3 rmatous 2010-06-14 14:23:50 UTC
works for me - no CLASSNAME anymore

related to already fixed: #177039 Debugger - variables pane does not show object type