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.1 ; if debugging on remote server,
; put client IP here
xdebug.remote_port=9003
xdebug.remote_handler=dbgp
xdebug.profiler_enable=0
xdebug.profiler_output_dir="C:dev\php\tmp"
I have changed the port as 9003 as well in eclipse , but stil it gets stuck at 57% always