Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » PHP debugging with IIS 6(Can't get it to work)
icon9.gif  PHP debugging with IIS 6 [message #495726] Thu, 05 November 2009 20:36 Go to next message
No real name is currently offline No real nameFriend
Messages: 2
Registered: November 2009
Junior Member
Anyone know how or can point me to a straightforward guide to get debugging to work with IIS6? I've searched around but was unable to find anything useful.

I've installed eclipse for php developers, and the zend debugger, but I continue to get 404's when I try to debug. I feel like I need to do some extra configuring to get eclipse to play with IIS, but I'm not sure what. I'd use Apache, but this company is all IIS (as is the client).

Help would be much appreciated.
Re: PHP debugging with IIS 6 [message #495764 is a reply to message #495726] Thu, 05 November 2009 23:08 Go to previous message
No real name is currently offline No real nameFriend
Messages: 2
Registered: November 2009
Junior Member
Ok it looks like php just isnt' recognizing any of the debuggers. I've tried both zend debugger and xdebug (mutually exclusively), but they never show up in phpinfo (did iis restarts).

I've appended this to my php.ini file but to no avail:

[Zend]
;zend_extension="C:\Program Files\PHP\ext\ZendDebugger.dll"
;zend_debugger.allow_hosts=127.0.0.1/32
;zend_debugger.expose_remotely=always
zend_extension="C:\Program Files\PHP\ext\php_xdebug-2.0.5-5.3-vc9-nts.dll"
xdebug.default_enable=on
Previous Topic:Zend Debugger and PDT - 404 errors
Next Topic:using phpDocumentor in Eclipse PDT
Goto Forum:
  


Current Time: Fri Apr 19 22:35:56 GMT 2024

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

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

Back to the top