problem with PDT + XDebug [message #555051] |
Wed, 25 August 2010 05:59  |
Eclipse User |
|
|
|
Hello everybody,
i use Eclipse PDT (3.6) with XDebug (2.0.5) + WAMPSERVER 2 (with PHP 5.3).
XDebug seems to be installed correctly (verify by PhpInfo()).
PROBLEM :
When i put a breakpoint in my PHP code, it doesn't stop : it goes on to the end of the code !
The log file is not created too.
and the xdebug_break() function doesn't work either.
*** the port used is "8080" (the port "80" is already used by a IIS server).
i am in localhost.
my php.ini file :
zend_extension="C:/wamp/bin/php/php5.3.0/ext/php_xdebug.dll "
xdebug.remote_enable=true
xdebug.remote_host="127.0.0.1:8080"
xdebug.remote_port=9000
xdebug.remote_handler="dbgp"
xdebug.remote_log="C:/wamp/www/gecko/xdebug.log"
xdebug.remote_mode=req
xdebug.remote_idekey="ECLIPSE_DBGP"
xdebug.remote_autostart = 1
xdebug.profiler_enable_trigger=1
xdebug.profiler_enable = 1
xdebug.profiler_output_dir = "c:/wamp/tmp/"
xdebug.collect_params = On
xdebug.show_local_vars = On
Can you help me please.
Thanks for advance.
|
|
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.10221 seconds