Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Problem with Zend Debugger
Problem with Zend Debugger [message #94770] Sat, 28 February 2009 19:48 Go to next message
Jim O'Brien is currently offline Jim O'BrienFriend
Messages: 6
Registered: July 2009
Junior Member
I'm having a problem with debugging in PDT.

When I try to debug as a script I get the following message:

“The debug session could not be started.
Please make sure that the debugger is properly configured as a php.ini
directive”.

I am using the PDT (version 2.0.0) package that I downloaded from eclipse
(version 3.4.1). I am executing the scripts on a local WAMPS installation
under Windows. Seeing that I get the same error when I use the all-in-one
package from Zend, I strongly suspect that the problem is with the way I
have configured PHP.

I have attached some information regarding my environment below. I'm a
relative newcomer to the PHP / PDT / Zend / Eclipse world and have
probably done something stupid.

Any help will be greatly appreciated.

If additional information is required just let me know.

Thanks

Jim

---------------- Environment Information --------------------

Versions

Eclipse: 3.4.1
PDT : 2.0.0
PHP : 5.2.8
Apache : 2.2.11
WampServer 2.0
ZendDebugger 5.2.14

Download Sources

ZendDebugger:
http://downloads.zend.com/studio_debugger/5.2.14/ZendDebugge r-5.2.14-cygwin_nt-i386.zip

WampServer:
http://superb-west.dl.sourceforge.net/sourceforge/wampserver /WampServer2.0f.exe

PDT:
http://mirrors.ibiblio.org/pub/mirrors/eclipse/tools/pdt/dow nloads/drops/2.0.0/R200812290607/pdt-all-in-one-win32-2.0.0G A.zip

File Locations:

PHP executable: D:\JPOProgramFiles\wamp\bin\php\php5.2.8
ZendDebugger: D:\JPOProgramFiles\wamp\bin\php\php5.2.8\ext
dummy.php: D:\JPOProgramFiles\wamp\www

Config.ini information:

To keep this relatively brief, I've only enclosed the changes I made to
the standard ini file supplied with WampServer.

zend_extension ="D:/JPOProgramFiles/wamp/bin/php/php5.2.8/ext"
zend_debugger.allow_hosts = 127.0.0.1
zend_debugger.expose_remotely = always
implicit_flush = on
output_buffering = off
Re: Problem with Zend Debugger [message #94810 is a reply to message #94770] Sun, 01 March 2009 07:24 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mnm.criion.net

Hi Jim

I know nothing of wamps or debugging, but have some experience with
setting up php on a apache 2 server from scrath (non-cgi). I was just
wondering why you have set output-buffering off?

-Michael
Re: Problem with Zend Debugger [message #94838 is a reply to message #94810] Sun, 01 March 2009 15:04 Go to previous message
Jim O'Brien is currently offline Jim O'BrienFriend
Messages: 6
Registered: July 2009
Junior Member
It was a suggestion from another post.
Previous Topic:folding in pdt 1.x vs 2.0
Next Topic:Old ip address prevents PDT debugging?
Goto Forum:
  


Current Time: Fri Apr 19 04:15:23 GMT 2024

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

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

Back to the top