Community
Participate
Working Groups
Steps to reproduce: 1. Edit script as <?php class Foo { var $s; } $o=new Foo(); $o->s="test"; echo $o->s; ?> 2. Add breakpoint onto "echo $o->s;" 3. Start debugging 4. When stopped at breakpoint, change value of $o->s => Value of $o->s in Variables view is not changed to new value 5. Resume => New value appears on Debug Output view Changing value does work but Variables view doesn't show it.
with ZendDebugger. Xdebug doesn't have this issue.
Zend Debugger is discontinued. Last release is for no longer maintained PHP 7.0.