I try to configure zend debugger to debug php pages on my local apache server. I followed all instructions from the official forum (http://forums.zend.com/viewtopic.php?f=59&t=962#p4313) but I fail to see the Zend Debugger listed by phpinfo(), after I restart Apache. My php ini is this:
zend_extension_ts="C:\Program Files (x86)\PHP\...
How to set up zend debugger and zend studio for groups of users?.
Here is my zend debugger settings:
zend_debugger.allow_hosts 212.98.163.244,86.57.250.3,91.149.157.77,127.0.0.1/24,192.168.1.0/24,192.168.1.45 212.98.163.244,86.57.250.3,91.149.157.77,127.0.0.1/24,192.168.1.0/24,192.168.1.45
zend_debugger.allow_tunnel 127.0.0.1/24,192.168....
Will using Zend Debugger on a production server degrade the performance of my site? Will it be noticeable?
...
This is the case according to a thread in 2009 here,
is it still the case now?
Anyone managed to make it work with thread safe PHP?
...
I'm developing in NetBeans a CakePHP application and finally managed to get it connecting to XAMPP debugging sessions (PHP 5.3.1 w/ Xdebug v2.0.6-dev).
It perfectly works when launching, it does pause the application on the first line.
However any further breakpoint I set is completely ignored. It does not break nor pause; it just runs...