Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Problems to start the Zend Debugger(php.ini)
Problems to start the Zend Debugger [message #537068] Tue, 01 June 2010 08:52 Go to next message
Gernot Gradwohl is currently offline Gernot GradwohlFriend
Messages: 2
Registered: June 2010
Junior Member
Hi guys!

At the moment im trying to set up the Zend Debugger. But unfortunatly it isnt working. Here is what ive done so far:

I have downloaded the ZendDebugger.so and copied it into /usr/lib/php5/20090626. According to the phpinfo() this is the extension directory.
After this i have tried to update my php.ini file with this commands:

implicit_flush=On
outbut_buffering = 0

I deactivated other Debuggers (XDebug) and set this commands for the ZendDebugger:
zend_extensions=/usr/lib/20090626/ZendDebugger.so
zend_debugger.allow_hosts=127.0.0.1, 10.0.1.3
zend_debugger.expose_remotly=always

After this i restartet my local apache server and checked if the Debugger is activ (via the phpinfo() echo).

But its still not working. Has anyone an idea what is wrong?

so long
Gernot
Re: Problems to start the Zend Debugger [message #537585 is a reply to message #537068] Thu, 03 June 2010 02:43 Go to previous message
Toshihiro Izumi is currently offline Toshihiro IzumiFriend
Messages: 360
Registered: July 2009
Location: Japan
Senior Member
>I have downloaded the ZendDebugger.so and copied it into /usr/lib/php5/20090626.
then...
>zend_extensions=/usr/lib/20090626/ZendDebugger.so
typo?
Previous Topic:Code hints in Helios
Next Topic:AJAX perspective
Goto Forum:
  


Current Time: Sun May 05 23:30:33 GMT 2024

Powered by FUDForum. Page generated in 0.03264 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top