Hi there, so I'm trying to get PHP 7.0.3 and Xdebug 2.4.0RC4 working and
not having much luck. Both were installed by Brew. I'm on Mac 10.11.3.
Xdebug is showing in my phpinfo().
I'm getting remote logs that seem to indicate everything should be working:
Log opened at 2016-02-25 03:56:53
I: Connecting to configured address/port: 127.0.0.1:9000.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="
http://xdebug.org/dbgp/xdebug"
fileuri="file:///Users/joelt/Sites/playground/debug/debug.php"
language="PHP" xdebug:language_version="7.0.3" protocol_version="1.0"
appid="62506" idekey="PHPSTORM"><engine
version="2.4.0RC4"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick
Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright
(c) 2002-2016 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="
http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2016-02-25 03:56:53
But I have two IDE's that can't connect to Xdebug and start live debugging.
Here's my Xdebug.ini
[xdebug]
zend_extension = "/usr/local/opt/php70-xdebug/xdebug.so"
xdebug.cli_color=1
xdebug.show_local_vars=1
xdebug.idekey=PHPSTORM
xdebug.remote_enable=1
xdebug.remote_host=127.0.0.1
xdebug.remote_connect_back=1
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.remote_autostart=true
xdebug.profiler_append=1
xdebug.profiler_enable=1
xdebug.profiler_output_dir="/var/log/xdebug"
xdebug.profiler_output_name="cachegrind.out.%t-%s"
xdebug.remote_log="/var/log/xdebug/remote.log"
xdebug.trace_output_dir="/var/log/xdebug"
Can anyone help me?
-- ------------------------------------------------------------- Joel A. Taylor (615) 480-2010 https://joelataylor.comReceived on Thu Feb 25 2016 - 04:05:42 GMT
This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST