Launching xdebug in Eclipse stuck at 57% - How to trouble-shoot? [duplicate]
问题 This question already has an answer here : Closed 8 years ago . Possible Duplicate: xampp 1.7.4 + winxp + eclipse i am trying to configure a debugger with eclipse for php debugging, but it gets stuck at 57%. This is my ini file [XDebug] ;; Only Zend OR (!) XDebug ; zend_extension_ts="C:xamppphpextphp_xdebug.dll" ; Modify the filename below to reflect the .dll version of your xdebug zend_extension_ts="C:dev\php\ext\php_xdebug-2.1.1-5.2-vc6.dll" xdebug.remote_enable=0 xdebug.remote_host=127.0.0