Bonjour,
J'ai un problème avec XDebug :
Citation:
|
Launching 57%: waiting for XDebug session
|
Code :
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
| C:\Documents and Settings\user>netstat -an |find /i "listening"
TCP 0.0.0.0:80 0.0.0.0:0 LISTENING
TCP 0.0.0.0:81 0.0.0.0:0 LISTENING
TCP 0.0.0.0:135 0.0.0.0:0 LISTENING
TCP 0.0.0.0:445 0.0.0.0:0 LISTENING
TCP 0.0.0.0:912 0.0.0.0:0 LISTENING
TCP 0.0.0.0:2968 0.0.0.0:0 LISTENING
TCP 0.0.0.0:3306 0.0.0.0:0 LISTENING
TCP 0.0.0.0:3381 0.0.0.0:0 LISTENING
TCP 0.0.0.0:3690 0.0.0.0:0 LISTENING
TCP 0.0.0.0:8000 0.0.0.0:0 LISTENING
TCP 0.0.0.0:10000 0.0.0.0:0 LISTENING
TCP 127.0.0.1:1070 0.0.0.0:0 LISTENING
TCP 127.0.0.1:5152 0.0.0.0:0 LISTENING
TCP 127.0.0.1:5939 0.0.0.0:0 LISTENING
TCP 127.0.0.1:30606 0.0.0.0:0 LISTENING
TCP 192.168.1.12:139 0.0.0.0:0 LISTENING
TCP 192.168.5.1:139 0.0.0.0:0 LISTENING
TCP 192.168.231.1:139 0.0.0.0:0 LISTENING
C:\Documents and Settings\user> |
J'ai configuré Eclipse puis php.ini de Wamp sur le port 8000 et comme on peut le voir il n'y a pas de problème. J'ai aussi désactive la Firewall du Windows et voici la configuration de mon php.ini:
Code :
1 2 3 4 5 6 7 8 9
| [xdebug]
zend_extension=C:\wamp\bin\php\php5.3.13\php_xdebug.dll
xdebug.remote_enable=On
xdebug.remote_host=localhost
xdebug.remote_port=8000
xdebug.remote_handler=dbgp
xdebug.profiler_enable=1
xdebug.profiler_output_dir=C:\xampp\tmp
xdebug.idekey = ECLIPSE_DBGP |
Quelqu'un saurait-il m'expliquer d'où peut venir le problème ?
Je vous remercie d'avance.