php - Eclipse not connecting to xdebug -


i unable connect xdebug eclipse. following xdebug config in php.ini

[xdebug] zend_extension="/usr/local/opt/php56-xdebug/xdebug.so" xdebug.remote_port=10000 xdebug.remote_enable=1 xdebug.remote_connect_back = on xdebug.remote_host=127.0.0.1 xdebug.remote_log="/tmp/xdebug.log" 

and getting following log in xdebug.log

log opened @ 2016-11-08 11:55:46 i: checking remote connect address. i: checking header 'http_x_forwarded_for'. i: checking header 'remote_addr'. i: remote address found, connecting 127.0.0.1:10000. i: connected client. :-) -> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///library/webserver/documents/akeneo/pim-community-standard/web/app.php" language="php" xdebug:language_version="5.6.24" protocol_version="1.0" appid="6191" idekey="eclipse_dbgp"><engine version="2.4.1"><![cdata[xdebug]]></engine><author><![cdata[derick rethans]]></author><url><![cdata[http://xdebug.org]]></url><copyright><![cdata[copyright (c) 2002-2016 derick rethans]]></copyright></init>  <- feature_set -i 127 -n show_hidden -v 1 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="127" feature="show_hidden" success="1"></response>  <- feature_set -i 128 -n max_depth -v 3 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="128" feature="max_depth" success="1"></response>  <- feature_set -i 129 -n max_children -v 51 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="129" feature="max_children" success="1"></response>  <- feature_set -i 130 -n max_data -v 1024 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="130" feature="max_data" success="1"></response>  <- feature_get -i 131 -n encoding -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_get" transaction_id="131" feature_name="encoding" supported="1"><![cdata[iso-8859-1]]></response>  <- feature_get -i 132 -n supports_async -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_get" transaction_id="132" feature_name="supports_async" supported="1"><![cdata[0]]></response>  <- stdout -i 133 -c 1 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stdout" transaction_id="133" success="1"></response>  <- stderr -i 134 -c 1 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stderr" transaction_id="134" success="0"></response>  <- step_into -i 135 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="step_into" transaction_id="126" status="stopping" reason="ok"></response>  log closed @ 2016-11-08 11:55:46 

i have big stream of data after this.

eclipse showing php application (waiting....)

what wrong here.


Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

javascript - jQuery UI Splitter/Resizable for unlimited amount of columns -

javascript - IE9 error '$'is not defined -