Skip to content

Instantly share code, notes, and snippets.

@funkatron
Last active December 22, 2015 07:59
Show Gist options
  • Select an option

  • Save funkatron/6442004 to your computer and use it in GitHub Desktop.

Select an option

Save funkatron/6442004 to your computer and use it in GitHub Desktop.
zend_extension=/usr/lib/php5/20090626/xdebug.so
xdebug.remote_log = /tmp/xdebug.log
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_connect_back=1
xdebug.remote_port=9000
xdebug.remote_autostart=1
Log opened at 2013-09-04 19:40:10
I: Checking remote connect back address.
I: Remote address found, connecting to 192.168.33.1:9000.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/drop/app/index.php" language="PHP" protocol_version="1.0" appid="1551" idekey="netbeans-xdebug"><engine version="2.2.3"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2013 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 2013-09-04 19:40:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment