testing php debugger from eclipse pdt failing

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jb489
Forum Newbie
Posts: 21
Joined: Tue Jul 21, 2009 4:37 am

testing php debugger from eclipse pdt failing

Post by jb489 »

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
Attachments
screenshow.jpg
screenshow.jpg (234.31 KiB) Viewed 113 times
jb489
Forum Newbie
Posts: 21
Joined: Tue Jul 21, 2009 4:37 am

Re: testing php debugger from eclipse pdt failing

Post by jb489 »

someone please help me :(

i cant debug and im stomped, i tried everything,

restarting apache in 32 bit

installing the zend debugger plugin, zend server, everything.......

please somebody ?
Post Reply