testing php debugger from eclipse pdt failing
Posted: Tue Jul 21, 2009 3:12 pm
Hi guys.
So i have followed the instructions on how to install the zend debugger.
System:
mac book 17" pro osx leopard
I have done the following in chronological order:
installed eclipse all-in-one
downloaded darwin zend debugger
opened php.ini and changed the following:
implicit_flush = On
output_buffering = 0
[Zend]
zend_extension=/full/path/to/ZendDebugger.so
zend_debugger.allow_hosts=<comma separated ip_addresses>
zend_debugger.expose_remotely=always
put dummy.php in my web server document root folder
restarted web server
went to run configurations in eclipse
chose the project and clicked test debugger
and i am getting a timeout problem.
I have attached a print screen.
Any help would be greatly appreciated
So i have followed the instructions on how to install the zend debugger.
System:
mac book 17" pro osx leopard
I have done the following in chronological order:
installed eclipse all-in-one
downloaded darwin zend debugger
opened php.ini and changed the following:
implicit_flush = On
output_buffering = 0
[Zend]
zend_extension=/full/path/to/ZendDebugger.so
zend_debugger.allow_hosts=<comma separated ip_addresses>
zend_debugger.expose_remotely=always
put dummy.php in my web server document root folder
restarted web server
went to run configurations in eclipse
chose the project and clicked test debugger
and i am getting a timeout problem.
I have attached a print screen.
Any help would be greatly appreciated