Skip to main content



      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 15:36 Go to next message
Eclipse UserFriend
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 18:08 Go to previous message
Eclipse UserFriend
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: Sun Jul 06 22:44:02 EDT 2025

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

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

Back to the top