Last active
December 22, 2015 07:59
-
-
Save funkatron/6442004 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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