I`m unable to configure in IDE or install properly Zend debugger.
- Installed php5.6 libapache2-mod-php5.6 and so on.
- Downloaded Zend debugger for php5.6 separate from other zend stuff. (It last available separate from zend studio, thats why I choose php5.6)
- Copy dummy.php to document root, check in browser it works(empty page without errors)
- Add following to php.ini:
$ tail -n 10 /etc/php/5.6/apache2/php.ini [Zend] zend_extension="/usr/lib/php/20131226/ZendDebugger.so" zend_debugger.allow_hosts=127.0.0.0/8,192.168.0.0/16 zend_debugger.expose_remotely=1 zend_debugger.connector_port=10137
Do configure debugger in eclipse>Window>PHP>Servers>Localhost>Edit:
Error occurred: click on test button in debugger settings
Error occurred: return to global debugger settings
Try to debug: click on debug as>php web application
What I`m doing wrong? Reading a lot of pages, all give similar instructions as above. Please help.
Also posting phpinfo() screenshot, all seems fine there: - zend debugger settings - zend modules
UPDATE: I found a solution, for thus who interested read the post bellow. Site does`t accept it as answer yet.