Community
Participate
Working Groups
Build Identifier: 20090619-0625 Remote debugging (Apache, Ubuntu 10.04, PHP 5.3.2-1ubuntu4.2 with Suhosin-Patch (cli), Zend Framework 1.8, Xdebug v2.0.5) from local Windows Eclipse installation In view "Variables" "$this" is correctly populated but method's local variables remain as uninitialized, e.g. "$electronic uninitialized <Uninitialized> uninitialized" By using View "Expression" one can see ""$electronic" = Zend_Db_Select" Reproducible: Always Steps to Reproduce: 1. Configure the remote configuration as described 2. Create a class (for web page debugging) having also local variables in a method 3. Breakpoint after assignment, verify the mentioned views
CORRECTION Same behavior is present under Netbeans 6.9 ; it appears that the issue is related to Xdebug (communicating with the IDE)
ADDITIONAL INFORMATION It appears to be an Ubuntu / PHP packages issue https://bugs.launchpad.net/ubuntu/+source/xdebug/+bug/545502
Dan has confirmed the issue is with xdebug rather than PDT. changed to Resolved
Confirmed by the reporter as non PDT issue. Closing.