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 - PHP Debugger repeatedly prints CLASSNAME
Summary: PHP Debugger repeatedly prints CLASSNAME
Status: RESOLVED WORKSFORME
Alias: None
Product: php
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: Macintosh (x86) Mac OS X
: P3 normal (vote)
Assignee: rmatous
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-16 17:55 UTC by capdog
Modified: 2010-06-14 14:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

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