martomo / SublimeTextXdebug

Xdebug debugger client for Sublime Text
MIT License
564 stars 89 forks source link

All Xdebug panels are always empty #192

Closed kanlukasz closed 5 years ago

kanlukasz commented 5 years ago

Problem

All Xdebug panels are always empty. I dont know what is wrong. On VS Code everything works, so i think the problem is in XdebugSublime config? Please help me

Environment

Xampp 3.2.2 with php 7.2.13

This program makes use of the Zend Scripting Language Engine: Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies with Xdebug v2.6.1, Copyright (c) 2002-2018, by Derick Rethans

Sublime Text

Operating system: Win 7 64bit Installed version/build: Sublime text 3.1.1 3176 (fresh installation) Python version: 3.3.6 (default, Mar 29 2018, 23:30:25) [MSC v.1600 64 bit (AMD64)]

Server

Localhost Xdebug version: php_xdebug-2.6.1-7.2-vc15.dll

Configuration

php.ini

[XDebug]
zend_extension="C:\xampp\php\ext\php_xdebug-2.6.1-7.2-vc15.dll"
xdebug.remote_enable = 1
xdebug.remote_autostart = 1
xdebug.gc_stats_output_dir="C:\xampp\tmp"
xdebug.profiler_output_dir="C:\xampp\tmp"
xdebug.trace_output_dir="C:\xampp\tmp"
xdebug.remote_log="C:\xampp\tmp\xdebug.txt"

Packages/User/Xdebug.sublime-settings

{
"debug": true
}

*.sublime-project

{
    "folders":
    [
        {
            "path": "."
        }
    ],

    "settings":
    {
        "xdebug": {
            "url": "http://localhost/www/example/",
        }
    }
}

Logs

Packages/User/Xdebug.log:

There is a more but github cant save long text

[01/16/2019 05:50:24PM] INFO - ==== Loading "Xdebug Client.sublime-package" package ====
[01/16/2019 05:53:03PM] DEBUG - [Response data] <?xml version="1.0" encoding="iso-8859-1"?>
<init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///C:/xampp/htdocs/www/example/index.php" language="PHP" xdebug:language_version="7.2.9-dev" protocol_version="1.0" appid="2492" idekey="sublime.xdebug"><engine version="2.6.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2018 by Derick Rethans]]></copyright></init>
[01/16/2019 05:53:03PM] DEBUG - [Send command] feature_set -i 1 -n show_hidden -v 1
[01/16/2019 05:53:03PM] DEBUG - [Response data] <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="1" feature="show_hidden" success="1"></response>
[01/16/2019 05:53:03PM] DEBUG - [Send command] feature_set -i 2 -n max_children -v 32
[01/16/2019 05:53:03PM] DEBUG - [Response data] <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="2" feature="max_children" success="1"></response>
[01/16/2019 05:53:03PM] DEBUG - [Send command] feature_set -i 3 -n max_data -v 1024
[01/16/2019 05:53:03PM] DEBUG - [Response data] <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="3" feature="max_data" success="1"></response>
[01/16/2019 05:53:03PM] DEBUG - [Send command] feature_set -i 4 -n max_depth -v 1
[01/16/2019 05:53:03PM] DEBUG - [Response data] <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="4" feature="max_depth" success="1"></response>
[01/16/2019 05:53:03PM] DEBUG - [Send command] breakpoint_set -i 5 -f file%3A//C%3A%5Cxampp%5Chtdocs%5Cwww%5Cexample%5Cindex.php -t line -n 6
[01/16/2019 05:53:03PM] DEBUG - [Response data] <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="5" id="24920001"></response>
[01/16/2019 05:53:03PM] DEBUG - breakpoint_set: C:\xampp\htdocs\www\example\index.php:6
[01/16/2019 05:53:03PM] DEBUG - [Send command] breakpoint_set -i 6 -t exception -x "Fatal error"
[01/16/2019 05:53:03PM] DEBUG - [Response data] <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="6" id="24920002"></response>
[01/16/2019 05:53:03PM] DEBUG - [Send command] breakpoint_set -i 7 -t exception -x "Catchable fatal error"
[01/16/2019 05:53:03PM] DEBUG - [Response data] <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="7" id="24920003"></response>
[01/16/2019 05:53:03PM] DEBUG - [Send command] breakpoint_set -i 8 -t exception -x "Warning"
[01/16/2019 05:53:03PM] DEBUG - [Response data] <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="8" id="24920004"></response>
[01/16/2019 05:53:03PM] DEBUG - [Send command] breakpoint_set -i 9 -t exception -x "Parse error"
[01/16/2019 05:53:03PM] DEBUG - [Response data] <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="9" id="24920005"></response>
[01/16/2019 05:53:03PM] DEBUG - [Send command] breakpoint_set -i 10 -t exception -x "Notice"
[01/16/2019 05:53:03PM] DEBUG - [Response data] <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="10" id="24920006"></response>
[01/16/2019 05:53:03PM] DEBUG - [Send command] breakpoint_set -i 11 -t exception -x "Strict standards"
[01/16/2019 05:53:03PM] DEBUG - [Response data] <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="11" id="24920007"></response>
[01/16/2019 05:53:03PM] DEBUG - [Send command] breakpoint_set -i 12 -t exception -x "Deprecated"
[01/16/2019 05:53:03PM] DEBUG - [Response data] <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="12" id="24920008"></response>
[01/16/2019 05:53:03PM] DEBUG - [Send command] breakpoint_set -i 13 -t exception -x "Xdebug"
[01/16/2019 05:53:03PM] DEBUG - [Response data] <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="13" id="24920009"></response>
[01/16/2019 05:53:03PM] DEBUG - [Send command] breakpoint_set -i 14 -t exception -x "Unknown error"
[01/16/2019 05:53:03PM] DEBUG - [Response data] <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="14" id="24920010"></response>
[01/16/2019 05:53:03PM] DEBUG - [Send command] run -i 15
[01/16/2019 05:53:03PM] DEBUG - [Response data] <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="run" transaction_id="15" status="break" reason="ok"><xdebug:message filename="file:///C:/xampp/htdocs/www/example/index.php" lineno="6"></xdebug:message></response>
[01/16/2019 05:53:03PM] INFO - Break: C:\xampp\htdocs\www\example\index.php:6
[01/16/2019 05:53:03PM] DEBUG - [Send command] context_get -i 16 -c 1
[01/16/2019 05:53:03PM] DEBUG - [Response data] <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="16" context="1"><property name="$_COOKIE" fullname="$_COOKIE" type="array" children="0" numchildren="0" page="0" pagesize="32"></property><property name="$_ENV" fullname="$_ENV" type="array" children="0" numchildren="0" page="0" pagesize="32"></property><property name="$_FILES" fullname="$_FILES" type="array" children="0" numchildren="0" page="0" pagesize="32"></property><property name="$_GET" fullname="$_GET" type="array" children="1" numchildren="1" page="0" pagesize="32"><property name="XDEBUG_SESSION_START" fullname="$_GET[&quot;XDEBUG_SESSION_START&quot;]" type="string" size="14" encoding="base64"><![CDATA[c3VibGltZS54ZGVidWc=]]></property></property><property name="$_POST" fullname="$_POST" type="array" children="0" numchildren="0" page="0" pagesize="32"></property><property name="$_REQUEST" fullname="$_REQUEST" type="array" children="1" numchildren="1" page="0" pagesize="32"><property name="XDEBUG_SESSION_START" fullname="$_REQUEST[&quot;XDEBUG_SESSION_START&quot;]" type="string" size="14" encoding="base64"><![CDATA[c3VibGltZS54ZGVidWc=]]></property></property><property name="$_SERVER" fullname="$_SERVER" type="array" children="1" numchildren="41" page="0" pagesize="32"><property name="MIBDIRS" fullname="$_SERVER[&quot;MIBDIRS&quot;]" type="string" size="24" encoding="base64"><![CDATA[QzoveGFtcHAvcGhwL2V4dHJhcy9taWJz]]></property><property name="MYSQL_HOME" fullname="$_SERVER[&quot;MYSQL_HOME&quot;]" type="string" size="16" encoding="base64"><![CDATA[XHhhbXBwXG15c3FsXGJpbg==]]></property><property name="OPENSSL_CONF" fullname="$_SERVER[&quot;OPENSSL_CONF&quot;]" type="string" size="31" encoding="base64"><![CDATA[QzoveGFtcHAvYXBhY2hlL2Jpbi9vcGVuc3NsLmNuZg==]]></property><property name="PHP_PEAR_SYSCONF_DIR" fullname="$_SERVER[&quot;PHP_PEAR_SYSCONF_DIR&quot;]" type="string" size="10" encoding="base64"><![CDATA[XHhhbXBwXHBocA==]]></property><property name="PHPRC" fullname="$_SERVER[&quot;PHPRC&quot;]" type="string" size="10" encoding="base64"><![CDATA[XHhhbXBwXHBocA==]]></property><property name="TMP" fullname="$_SERVER[&quot;TMP&quot;]" type="string" size="10" encoding="base64"><![CDATA[XHhhbXBwXHRtcA==]]></property><property name="HTTP_HOST" fullname="$_SERVER[&quot;HTTP_HOST&quot;]" type="string" size="9" encoding="base64"><![CDATA[bG9jYWxob3N0]]></property><property name="HTTP_USER_AGENT" fullname="$_SERVER[&quot;HTTP_USER_AGENT&quot;]" type="string" size="77" encoding="base64"><![CDATA[TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgNi4xOyBXaW42NDsgeDY0OyBydjo2NC4wKSBHZWNrby8yMDEwMDEwMSBGaXJlZm94LzY0LjA=]]></property><property name="HTTP_ACCEPT" fullname="$_SERVER[&quot;HTTP_ACCEPT&quot;]" type="string" size="63" encoding="base64"><![CDATA[dGV4dC9odG1sLGFwcGxpY2F0aW9uL3hodG1sK3htbCxhcHBsaWNhdGlvbi94bWw7cT0wLjksKi8qO3E9MC44]]></property><property name="HTTP_ACCEPT_LANGUAGE" fullname="$_SERVER[&quot;HTTP_ACCEPT_LANGUAGE&quot;]" type="string" size="23" encoding="base64"><![CDATA[cGwsZW4tVVM7cT0wLjcsZW47cT0wLjM=]]></property><property name="HTTP_ACCEPT_ENCODING" fullname="$_SERVER[&quot;HTTP_ACCEPT_ENCODING&quot;]" type="string" size="13" encoding="base64"><![CDATA[Z3ppcCwgZGVmbGF0ZQ==]]></property><property name="HTTP_DNT" fullname="$_SERVER[&quot;HTTP_DNT&quot;]" type="string" size="1" encoding="base64"><![CDATA[MQ==]]></property><property name="HTTP_CONNECTION" fullname="$_SERVER[&quot;HTTP_CONNECTION&quot;]" type="string" size="10" encoding="base64"><![CDATA[a2VlcC1hbGl2ZQ==]]></property><property name="HTTP_UPGRADE_INSECURE_REQUESTS" fullname="$_SERVER[&quot;HTTP_UPGRADE_INSECURE_REQUESTS&quot;]" type="string" size="1" encoding="base64"><![CDATA[MQ==]]></property><property name="PATH" fullname="$_SERVER[&quot;PATH&quot;]" type="string" size="306" encoding="base64"><![CDATA[QzpcV2luZG93c1xzeXN0ZW0zMjtDOlxXaW5kb3dzO0M6XFdpbmRvd3NcU3lzdGVtMzJcV2JlbTtDOlxXaW5kb3dzXFN5c3RlbTMyXFdpbmRvd3NQb3dlclNoZWxsXHYxLjBcO0M6XFByb2dyYW0gRmlsZXMgKHg4NilcTlZJRElBIENvcnBvcmF0aW9uXFBoeXNYXENvbW1vbjtDOlxQcm9ncmFtIEZpbGVzXFB1VFRZXDtDOlx4YW1wcFxwaHA7QzpcUHJvZ3JhbURhdGFcQ29tcG9zZXJTZXR1cFxiaW47QzpcUHJvZ3JhbSBGaWxlc1xHaXRcY21kO0M6XFVzZXJzXEtyaXMgS2VsdmluXEFwcERhdGFcUm9hbWluZ1xDb21wb3Nlclx2ZW5kb3JcYmlu]]></property><property name="SystemRoot" fullname="$_SERVER[&quot;SystemRoot&quot;]" type="string" size="10" encoding="base64"><![CDATA[QzpcV2luZG93cw==]]></property><property name="COMSPEC" fullname="$_SERVER[&quot;COMSPEC&quot;]" type="string" size="27" encoding="base64"><![CDATA[QzpcV2luZG93c1xzeXN0ZW0zMlxjbWQuZXhl]]></property><property name="PATHEXT" fullname="$_SERVER[&quot;PATHEXT&quot;]" type="string" size="53" encoding="base64"><![CDATA[LkNPTTsuRVhFOy5CQVQ7LkNNRDsuVkJTOy5WQkU7LkpTOy5KU0U7LldTRjsuV1NIOy5NU0M=]]></property><property name="WINDIR" fullname="$_SERVER[&quot;WINDIR&quot;]" type="string" size="10" encoding="base64"><![CDATA[QzpcV2luZG93cw==]]></property><property name="SERVER_SIGNATURE" fullname="$_SERVER[&quot;SERVER_SIGNATURE&quot;]" type="string" size="95" encoding="base64"><![CDATA[PGFkZHJlc3M+QXBhY2hlLzIuNC4zNyAoV2luMzIpIE9wZW5TU0wvMS4xLjFhIFBIUC83LjIuMTMgU2VydmVyIGF0IGxvY2FsaG9zdCBQb3J0IDgwPC9hZGRyZXNzPgo=]]></property><property name="SERVER_SOFTWARE" fullname="$_SERVER[&quot;SERVER_SOFTWARE&quot;]" type="string" size="47" encoding="base64"><![CDATA[QXBhY2hlLzIuNC4zNyAoV2luMzIpIE9wZW5TU0wvMS4xLjFhIFBIUC83LjIuMTM=]]></property><property name="SERVER_NAME" fullname="$_SERVER[&quot;SERVER_NAME&quot;]" type="string" size="9" encoding="base64"><![CDATA[bG9jYWxob3N0]]></property><property name="SERVER_ADDR" fullname="$_SERVER[&quot;SERVER_ADDR&quot;]" type="string" size="9" encoding="base64"><![CDATA[MTI3LjAuMC4x]]></property><property name="SERVER_PORT" fullname="$_SERVER[&quot;SERVER_PORT&quot;]" type="string" size="2" encoding="base64"><![CDATA[ODA=]]></property><property name="REMOTE_ADDR" fullname="$_SERVER[&quot;REMOTE_ADDR&quot;]" type="string" size="9" encoding="base64"><![CDATA[MTI3LjAuMC4x]]></property><property name="DOCUMENT_ROOT" fullname="$_SERVER[&quot;DOCUMENT_ROOT&quot;]" type="string" size="15" encoding="base64"><![CDATA[QzoveGFtcHAvaHRkb2Nz]]></property><property name="REQUEST_SCHEME" fullname="$_SERVER[&quot;REQUEST_SCHEME&quot;]" type="string" size="4" encoding="base64"><![CDATA[aHR0cA==]]></property><property name="CONTEXT_PREFIX" fullname="$_SERVER[&quot;CONTEXT_PREFIX&quot;]" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="CONTEXT_DOCUMENT_ROOT" fullname="$_SERVER[&quot;CONTEXT_DOCUMENT_ROOT&quot;]" type="string" size="15" encoding="base64"><![CDATA[QzoveGFtcHAvaHRkb2Nz]]></property><property name="SERVER_ADMIN" fullname="$_SERVER[&quot;SERVER_ADMIN&quot;]" type="string" size="20" encoding="base64"><![CDATA[cG9zdG1hc3RlckBsb2NhbGhvc3Q=]]></property><property name="SCRIPT_FILENAME" fullname="$_SERVER[&quot;SCRIPT_FILENAME&quot;]" type="string" size="37" encoding="base64"><![CDATA[QzoveGFtcHAvaHRkb2NzL3d3dy9leGFtcGxlL2luZGV4LnBocA==]]></property><property name="REMOTE_PORT" fullname="$_SERVER[&quot;REMOTE_PORT&quot;]" type="string" size="5" encoding="base64"><![CDATA[NTI4ODQ=]]></property></property></response>
[01/16/2019 05:53:15PM] DEBUG - [Send command] run -i 17
[01/16/2019 05:53:15PM] DEBUG - [Response data] <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="run" transaction_id="17" status="break" reason="ok"><xdebug:message filename="file:///C:/xampp/htdocs/www/example/index.php" lineno="69" exception="Notice" code="8"><![CDATA[Undefined variable: ddddsds]]></xdebug:message></response>
[01/16/2019 05:53:15PM] INFO - Notice: Undefined variable: ddddsds
[01/16/2019 05:53:15PM] INFO - Break: C:\xampp\htdocs\www\example\index.php:69
[01/16/2019 05:53:15PM] DEBUG - [Send command] context_get -i 18 -c 1
[01/16/2019 05:53:15PM] DEBUG - [Response data] <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="18" context="1"><property name="$_COOKIE" fullname="$_COOKIE" type="array" children="0" numchildren="0" page="0" pagesize="32"></property><property name="$_ENV" fullname="$_ENV" type="array" children="0" numchildren="0" page="0" pagesize="32"></property><property name="$_FILES" fullname="$_FILES" type="array" children="0" numchildren="0" page="0" pagesize="32"></property><property name="$_GET" fullname="$_GET" type="array" children="1" numchildren="1" page="0" pagesize="32"><property name="XDEBUG_SESSION_START" fullname="$_GET[&quot;XDEBUG_SESSION_START&quot;]" type="string" size="14" encoding="base64"><![CDATA[c3VibGltZS54ZGVidWc=]]></property></property><property name="$_POST" fullname="$_POST" type="array" children="0" numchildren="0" page="0" pagesize="32"></property><property name="$_REQUEST" fullname="$_REQUEST" type="array" children="1" numchildren="1" page="0" pagesize="32"><property name="XDEBUG_SESSION_START" fullname="$_REQUEST[&quot;XDEBUG_SESSION_START&quot;]" type="string" size="14" encoding="base64"><![CDATA[c3VibGltZS54ZGVidWc=]]></property></property><property name="$_SERVER" fullname="$_SERVER" type="array" children="1" numchildren="41" page="0" pagesize="32"><property name="MIBDIRS" fullname="$_SERVER[&quot;MIBDIRS&quot;]" type="string" size="24" encoding="base64"><![CDATA[QzoveGFtcHAvcGhwL2V4dHJhcy9taWJz]]></property><property name="MYSQL_HOME" fullname="$_SERVER[&quot;MYSQL_HOME&quot;]" type="string" size="16" encoding="base64"><![CDATA[XHhhbXBwXG15c3FsXGJpbg==]]></property><property name="OPENSSL_CONF" fullname="$_SERVER[&quot;OPENSSL_CONF&quot;]" type="string" size="31" encoding="base64"><![CDATA[QzoveGFtcHAvYXBhY2hlL2Jpbi9vcGVuc3NsLmNuZg==]]></property><property name="PHP_PEAR_SYSCONF_DIR" fullname="$_SERVER[&quot;PHP_PEAR_SYSCONF_DIR&quot;]" type="string" size="10" encoding="base64"><![CDATA[XHhhbXBwXHBocA==]]></property><property name="PHPRC" fullname="$_SERVER[&quot;PHPRC&quot;]" type="string" size="10" encoding="base64"><![CDATA[XHhhbXBwXHBocA==]]></property><property name="TMP" fullname="$_SERVER[&quot;TMP&quot;]" type="string" size="10" encoding="base64"><![CDATA[XHhhbXBwXHRtcA==]]></property><property name="HTTP_HOST" fullname="$_SERVER[&quot;HTTP_HOST&quot;]" type="string" size="9" encoding="base64"><![CDATA[bG9jYWxob3N0]]></property><property name="HTTP_USER_AGENT" fullname="$_SERVER[&quot;HTTP_USER_AGENT&quot;]" type="string" size="77" encoding="base64"><![CDATA[TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgNi4xOyBXaW42NDsgeDY0OyBydjo2NC4wKSBHZWNrby8yMDEwMDEwMSBGaXJlZm94LzY0LjA=]]></property><property name="HTTP_ACCEPT" fullname="$_SERVER[&quot;HTTP_ACCEPT&quot;]" type="string" size="63" encoding="base64"><![CDATA[dGV4dC9odG1sLGFwcGxpY2F0aW9uL3hodG1sK3htbCxhcHBsaWNhdGlvbi94bWw7cT0wLjksKi8qO3E9MC44]]></property><property name="HTTP_ACCEPT_LANGUAGE" fullname="$_SERVER[&quot;HTTP_ACCEPT_LANGUAGE&quot;]" type="string" size="23" encoding="base64"><![CDATA[cGwsZW4tVVM7cT0wLjcsZW47cT0wLjM=]]></property><property name="HTTP_ACCEPT_ENCODING" fullname="$_SERVER[&quot;HTTP_ACCEPT_ENCODING&quot;]" type="string" size="13" encoding="base64"><![CDATA[Z3ppcCwgZGVmbGF0ZQ==]]></property><property name="HTTP_DNT" fullname="$_SERVER[&quot;HTTP_DNT&quot;]" type="string" size="1" encoding="base64"><![CDATA[MQ==]]></property><property name="HTTP_CONNECTION" fullname="$_SERVER[&quot;HTTP_CONNECTION&quot;]" type="string" size="10" encoding="base64"><![CDATA[a2VlcC1hbGl2ZQ==]]></property><property name="HTTP_UPGRADE_INSECURE_REQUESTS" fullname="$_SERVER[&quot;HTTP_UPGRADE_INSECURE_REQUESTS&quot;]" type="string" size="1" encoding="base64"><![CDATA[MQ==]]></property><property name="PATH" fullname="$_SERVER[&quot;PATH&quot;]" type="string" size="306" encoding="base64"><![CDATA[QzpcV2luZG93c1xzeXN0ZW0zMjtDOlxXaW5kb3dzO0M6XFdpbmRvd3NcU3lzdGVtMzJcV2JlbTtDOlxXaW5kb3dzXFN5c3RlbTMyXFdpbmRvd3NQb3dlclNoZWxsXHYxLjBcO0M6XFByb2dyYW0gRmlsZXMgKHg4NilcTlZJRElBIENvcnBvcmF0aW9uXFBoeXNYXENvbW1vbjtDOlxQcm9ncmFtIEZpbGVzXFB1VFRZXDtDOlx4YW1wcFxwaHA7QzpcUHJvZ3JhbURhdGFcQ29tcG9zZXJTZXR1cFxiaW47QzpcUHJvZ3JhbSBGaWxlc1xHaXRcY21kO0M6XFVzZXJzXEtyaXMgS2VsdmluXEFwcERhdGFcUm9hbWluZ1xDb21wb3Nlclx2ZW5kb3JcYmlu]]></property><property name="SystemRoot" fullname="$_SERVER[&quot;SystemRoot&quot;]" type="string" size="10" encoding="base64"><![CDATA[QzpcV2luZG93cw==]]></property><property name="COMSPEC" fullname="$_SERVER[&quot;COMSPEC&quot;]" type="string" size="27" encoding="base64"><![CDATA[QzpcV2luZG93c1xzeXN0ZW0zMlxjbWQuZXhl]]></property><property name="PATHEXT" fullname="$_SERVER[&quot;PATHEXT&quot;]" type="string" size="53" encoding="base64"><![CDATA[LkNPTTsuRVhFOy5CQVQ7LkNNRDsuVkJTOy5WQkU7LkpTOy5KU0U7LldTRjsuV1NIOy5NU0M=]]></property><property name="WINDIR" fullname="$_SERVER[&quot;WINDIR&quot;]" type="string" size="10" encoding="base64"><![CDATA[QzpcV2luZG93cw==]]></property><property name="SERVER_SIGNATURE" fullname="$_SERVER[&quot;SERVER_SIGNATURE&quot;]" type="string" size="95" encoding="base64"><![CDATA[PGFkZHJlc3M+QXBhY2hlLzIuNC4zNyAoV2luMzIpIE9wZW5TU0wvMS4xLjFhIFBIUC83LjIuMTMgU2VydmVyIGF0IGxvY2FsaG9zdCBQb3J0IDgwPC9hZGRyZXNzPgo=]]></property><property name="SERVER_SOFTWARE" fullname="$_SERVER[&quot;SERVER_SOFTWARE&quot;]" type="string" size="47" encoding="base64"><![CDATA[QXBhY2hlLzIuNC4zNyAoV2luMzIpIE9wZW5TU0wvMS4xLjFhIFBIUC83LjIuMTM=]]></property><property name="SERVER_NAME" fullname="$_SERVER[&quot;SERVER_NAME&quot;]" type="string" size="9" encoding="base64"><![CDATA[bG9jYWxob3N0]]></property><property name="SERVER_ADDR" fullname="$_SERVER[&quot;SERVER_ADDR&quot;]" type="string" size="9" encoding="base64"><![CDATA[MTI3LjAuMC4x]]></property><property name="SERVER_PORT" fullname="$_SERVER[&quot;SERVER_PORT&quot;]" type="string" size="2" encoding="base64"><![CDATA[ODA=]]></property><property name="REMOTE_ADDR" fullname="$_SERVER[&quot;REMOTE_ADDR&quot;]" type="string" size="9" encoding="base64"><![CDATA[MTI3LjAuMC4x]]></property><property name="DOCUMENT_ROOT" fullname="$_SERVER[&quot;DOCUMENT_ROOT&quot;]" type="string" size="15" encoding="base64"><![CDATA[QzoveGFtcHAvaHRkb2Nz]]></property><property name="REQUEST_SCHEME" fullname="$_SERVER[&quot;REQUEST_SCHEME&quot;]" type="string" size="4" encoding="base64"><![CDATA[aHR0cA==]]></property><property name="CONTEXT_PREFIX" fullname="$_SERVER[&quot;CONTEXT_PREFIX&quot;]" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="CONTEXT_DOCUMENT_ROOT" fullname="$_SERVER[&quot;CONTEXT_DOCUMENT_ROOT&quot;]" type="string" size="15" encoding="base64"><![CDATA[QzoveGFtcHAvaHRkb2Nz]]></property><property name="SERVER_ADMIN" fullname="$_SERVER[&quot;SERVER_ADMIN&quot;]" type="string" size="20" encoding="base64"><![CDATA[cG9zdG1hc3RlckBsb2NhbGhvc3Q=]]></property><property name="SCRIPT_FILENAME" fullname="$_SERVER[&quot;SCRIPT_FILENAME&quot;]" type="string" size="37" encoding="base64"><![CDATA[QzoveGFtcHAvaHRkb2NzL3d3dy9leGFtcGxlL2luZGV4LnBocA==]]></property><property name="REMOTE_PORT" fullname="$_SERVER[&quot;REMOTE_PORT&quot;]" type="string" size="5" encoding="base64"><![CDATA[NTI4ODQ=]]></property></property></response>
[01/16/2019 05:53:26PM] DEBUG - [Send command] status -i 19
[01/16/2019 05:53:26PM] DEBUG - [Response data] <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="status" transaction_id="19" status="break" reason="ok"></response>
[01/16/2019 05:53:36PM] DEBUG - [Send command] step_over -i 20
[01/16/2019 05:53:36PM] DEBUG - [Response data] <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="step_over" transaction_id="20" status="break" reason="ok"><xdebug:message filename="file:///C:/xampp/htdocs/www/example/index.php" lineno="72"></xdebug:message></response>
[01/16/2019 05:53:36PM] INFO - Break: C:\xampp\htdocs\www\example\index.php:72
[01/16/2019 05:53:36PM] DEBUG - [Send command] context_get -i 21 -c 1
[01/16/2019 05:53:36PM] DEBUG - [Response data] <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="21" context="1"><property name="$_COOKIE" fullname="$_COOKIE" type="array" children="0" numchildren="0" page="0" pagesize="32"></property><property name="$_ENV" fullname="$_ENV" type="array" children="0" numchildren="0" page="0" pagesize="32"></property><property name="$_FILES" fullname="$_FILES" type="array" children="0" numchildren="0" page="0" pagesize="32"></property><property name="$_GET" fullname="$_GET" type="array" children="1" numchildren="1" page="0" pagesize="32"><property name="XDEBUG_SESSION_START" fullname="$_GET[&quot;XDEBUG_SESSION_START&quot;]" type="string" size="14" encoding="base64"><![CDATA[c3VibGltZS54ZGVidWc=]]></property></property><property name="$_POST" fullname="$_POST" type="array" children="0" numchildren="0" page="0" pagesize="32"></property><property name="$_REQUEST" fullname="$_REQUEST" type="array" children="1" numchildren="1" page="0" pagesize="32"><property name="XDEBUG_SESSION_START" fullname="$_REQUEST[&quot;XDEBUG_SESSION_START&quot;]" type="string" size="14" encoding="base64"><![CDATA[c3VibGltZS54ZGVidWc=]]></property></property><property name="$_SERVER" fullname="$_SERVER" type="array" children="1" numchildren="41" page="0" pagesize="32"><property name="MIBDIRS" fullname="$_SERVER[&quot;MIBDIRS&quot;]" type="string" size="24" encoding="base64"><![CDATA[QzoveGFtcHAvcGhwL2V4dHJhcy9taWJz]]></property><property name="MYSQL_HOME" fullname="$_SERVER[&quot;MYSQL_HOME&quot;]" type="string" size="16" encoding="base64"><![CDATA[XHhhbXBwXG15c3FsXGJpbg==]]></property><property name="OPENSSL_CONF" fullname="$_SERVER[&quot;OPENSSL_CONF&quot;]" type="string" size="31" encoding="base64"><![CDATA[QzoveGFtcHAvYXBhY2hlL2Jpbi9vcGVuc3NsLmNuZg==]]></property><property name="PHP_PEAR_SYSCONF_DIR" fullname="$_SERVER[&quot;PHP_PEAR_SYSCONF_DIR&quot;]" type="string" size="10" encoding="base64"><![CDATA[XHhhbXBwXHBocA==]]></property><property name="PHPRC" fullname="$_SERVER[&quot;PHPRC&quot;]" type="string" size="10" encoding="base64"><![CDATA[XHhhbXBwXHBocA==]]></property><property name="TMP" fullname="$_SERVER[&quot;TMP&quot;]" type="string" size="10" encoding="base64"><![CDATA[XHhhbXBwXHRtcA==]]></property><property name="HTTP_HOST" fullname="$_SERVER[&quot;HTTP_HOST&quot;]" type="string" size="9" encoding="base64"><![CDATA[bG9jYWxob3N0]]></property><property name="HTTP_USER_AGENT" fullname="$_SERVER[&quot;HTTP_USER_AGENT&quot;]" type="string" size="77" encoding="base64"><![CDATA[TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgNi4xOyBXaW42NDsgeDY0OyBydjo2NC4wKSBHZWNrby8yMDEwMDEwMSBGaXJlZm94LzY0LjA=]]></property><property name="HTTP_ACCEPT" fullname="$_SERVER[&quot;HTTP_ACCEPT&quot;]" type="string" size="63" encoding="base64"><![CDATA[dGV4dC9odG1sLGFwcGxpY2F0aW9uL3hodG1sK3htbCxhcHBsaWNhdGlvbi94bWw7cT0wLjksKi8qO3E9MC44]]></property><property name="HTTP_ACCEPT_LANGUAGE" fullname="$_SERVER[&quot;HTTP_ACCEPT_LANGUAGE&quot;]" type="string" size="23" encoding="base64"><![CDATA[cGwsZW4tVVM7cT0wLjcsZW47cT0wLjM=]]></property><property name="HTTP_ACCEPT_ENCODING" fullname="$_SERVER[&quot;HTTP_ACCEPT_ENCODING&quot;]" type="string" size="13" encoding="base64"><![CDATA[Z3ppcCwgZGVmbGF0ZQ==]]></property><property name="HTTP_DNT" fullname="$_SERVER[&quot;HTTP_DNT&quot;]" type="string" size="1" encoding="base64"><![CDATA[MQ==]]></property><property name="HTTP_CONNECTION" fullname="$_SERVER[&quot;HTTP_CONNECTION&quot;]" type="string" size="10" encoding="base64"><![CDATA[a2VlcC1hbGl2ZQ==]]></property><property name="HTTP_UPGRADE_INSECURE_REQUESTS" fullname="$_SERVER[&quot;HTTP_UPGRADE_INSECURE_REQUESTS&quot;]" type="string" size="1" encoding="base64"><![CDATA[MQ==]]></property><property name="PATH" fullname="$_SERVER[&quot;PATH&quot;]" type="string" size="306" encoding="base64"><![CDATA[QzpcV2luZG93c1xzeXN0ZW0zMjtDOlxXaW5kb3dzO0M6XFdpbmRvd3NcU3lzdGVtMzJcV2JlbTtDOlxXaW5kb3dzXFN5c3RlbTMyXFdpbmRvd3NQb3dlclNoZWxsXHYxLjBcO0M6XFByb2dyYW0gRmlsZXMgKHg4NilcTlZJRElBIENvcnBvcmF0aW9uXFBoeXNYXENvbW1vbjtDOlxQcm9ncmFtIEZpbGVzXFB1VFRZXDtDOlx4YW1wcFxwaHA7QzpcUHJvZ3JhbURhdGFcQ29tcG9zZXJTZXR1cFxiaW47QzpcUHJvZ3JhbSBGaWxlc1xHaXRcY21kO0M6XFVzZXJzXEtyaXMgS2VsdmluXEFwcERhdGFcUm9hbWluZ1xDb21wb3Nlclx2ZW5kb3JcYmlu]]></property><property name="SystemRoot" fullname="$_SERVER[&quot;SystemRoot&quot;]" type="string" size="10" encoding="base64"><![CDATA[QzpcV2luZG93cw==]]></property><property name="COMSPEC" fullname="$_SERVER[&quot;COMSPEC&quot;]" type="string" size="27" encoding="base64"><![CDATA[QzpcV2luZG93c1xzeXN0ZW0zMlxjbWQuZXhl]]></property><property name="PATHEXT" fullname="$_SERVER[&quot;PATHEXT&quot;]" type="string" size="53" encoding="base64"><![CDATA[LkNPTTsuRVhFOy5CQVQ7LkNNRDsuVkJTOy5WQkU7LkpTOy5KU0U7LldTRjsuV1NIOy5NU0M=]]></property><property name="WINDIR" fullname="$_SERVER[&quot;WINDIR&quot;]" type="string" size="10" encoding="base64"><![CDATA[QzpcV2luZG93cw==]]></property><property name="SERVER_SIGNATURE" fullname="$_SERVER[&quot;SERVER_SIGNATURE&quot;]" type="string" size="95" encoding="base64"><![CDATA[PGFkZHJlc3M+QXBhY2hlLzIuNC4zNyAoV2luMzIpIE9wZW5TU0wvMS4xLjFhIFBIUC83LjIuMTMgU2VydmVyIGF0IGxvY2FsaG9zdCBQb3J0IDgwPC9hZGRyZXNzPgo=]]></property><property name="SERVER_SOFTWARE" fullname="$_SERVER[&quot;SERVER_SOFTWARE&quot;]" type="string" size="47" encoding="base64"><![CDATA[QXBhY2hlLzIuNC4zNyAoV2luMzIpIE9wZW5TU0wvMS4xLjFhIFBIUC83LjIuMTM=]]></property><property name="SERVER_NAME" fullname="$_SERVER[&quot;SERVER_NAME&quot;]" type="string" size="9" encoding="base64"><![CDATA[bG9jYWxob3N0]]></property><property name="SERVER_ADDR" fullname="$_SERVER[&quot;SERVER_ADDR&quot;]" type="string" size="9" encoding="base64"><![CDATA[MTI3LjAuMC4x]]></property><property name="SERVER_PORT" fullname="$_SERVER[&quot;SERVER_PORT&quot;]" type="string" size="2" encoding="base64"><![CDATA[ODA=]]></property><property name="REMOTE_ADDR" fullname="$_SERVER[&quot;REMOTE_ADDR&quot;]" type="string" size="9" encoding="base64"><![CDATA[MTI3LjAuMC4x]]></property><property name="DOCUMENT_ROOT" fullname="$_SERVER[&quot;DOCUMENT_ROOT&quot;]" type="string" size="15" encoding="base64"><![CDATA[QzoveGFtcHAvaHRkb2Nz]]></property><property name="REQUEST_SCHEME" fullname="$_SERVER[&quot;REQUEST_SCHEME&quot;]" type="string" size="4" encoding="base64"><![CDATA[aHR0cA==]]></property><property name="CONTEXT_PREFIX" fullname="$_SERVER[&quot;CONTEXT_PREFIX&quot;]" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="CONTEXT_DOCUMENT_ROOT" fullname="$_SERVER[&quot;CONTEXT_DOCUMENT_ROOT&quot;]" type="string" size="15" encoding="base64"><![CDATA[QzoveGFtcHAvaHRkb2Nz]]></property><property name="SERVER_ADMIN" fullname="$_SERVER[&quot;SERVER_ADMIN&quot;]" type="string" size="20" encoding="base64"><![CDATA[cG9zdG1hc3RlckBsb2NhbGhvc3Q=]]></property><property name="SCRIPT_FILENAME" fullname="$_SERVER[&quot;SCRIPT_FILENAME&quot;]" type="string" size="37" encoding="base64"><![CDATA[QzoveGFtcHAvaHRkb2NzL3d3dy9leGFtcGxlL2luZGV4LnBocA==]]></property><property name="REMOTE_PORT" fullname="$_SERVER[&quot;REMOTE_PORT&quot;]" type="string" size="5" encoding="base64"><![CDATA[NTI4ODQ=]]></property></property></response>
[01/16/2019 05:53:58PM] DEBUG - [Send command] run -i 22
[01/16/2019 05:53:58PM] DEBUG - [Response data] <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="run" transaction_id="22" status="stopping" reason="ok"></response>
[01/16/2019 05:54:16PM] DEBUG - [Response data] <?xml version="1.0" encoding="iso-8859-1"?>
<init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///C:/xampp/htdocs/www/example/index.php" language="PHP" xdebug:language_version="7.2.9-dev" protocol_version="1.0" appid="2492" idekey="sublime.xdebug"><engine version="2.6.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2018 by Derick Rethans]]></copyright></init>
[01/16/2019 05:54:16PM] DEBUG - [Send command] feature_set -i 1 -n show_hidden -v 1
[01/16/2019 05:54:16PM] DEBUG - [Response data] <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="1" feature="show_hidden" success="1"></response>
[01/16/2019 05:54:16PM] DEBUG - [Send command] feature_set -i 2 -n max_children -v 32
[01/16/2019 05:54:16PM] DEBUG - [Response data] <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="2" feature="max_children" success="1"></response>
[01/16/2019 05:54:16PM] DEBUG - [Send command] feature_set -i 3 -n max_data -v 1024
[01/16/2019 05:54:16PM] DEBUG - [Response data] <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="3" feature="max_data" success="1"></response>
[01/16/2019 05:54:16PM] DEBUG - [Send command] feature_set -i 4 -n max_depth -v 1
[01/16/2019 05:54:16PM] DEBUG - [Response data] <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="4" feature="max_depth" success="1"></response>
[01/16/2019 05:54:16PM] DEBUG - [Send command] breakpoint_set -i 5 -f file%3A//C%3A%5Cxampp%5Chtdocs%5Cwww%5Cexample%5Cindex.php -t line -n 6
[01/16/2019 05:54:16PM] DEBUG - [Response data] <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="5" id="24920011"></response>
[01/16/2019 05:54:16PM] DEBUG - breakpoint_set: C:\xampp\htdocs\www\example\index.php:6
[01/16/2019 05:54:16PM] DEBUG - [Send command] breakpoint_set -i 6 -t exception -x "Fatal error"
[01/16/2019 05:54:16PM] DEBUG - [Response data] <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="6" id="24920012"></response>
[01/16/2019 05:54:16PM] DEBUG - [Send command] breakpoint_set -i 7 -t exception -x "Catchable fatal error"
[01/16/2019 05:54:16PM] DEBUG - [Response data] <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="7" id="24920013"></response>
[01/16/2019 05:54:16PM] DEBUG - [Send command] breakpoint_set -i 8 -t exception -x "Warning"
[01/16/2019 05:54:16PM] DEBUG - [Response data] <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="8" id="24920014"></response>
[01/16/2019 05:54:16PM] DEBUG - [Send command] breakpoint_set -i 9 -t exception -x "Parse error"
[01/16/2019 05:54:16PM] DEBUG - [Response data] <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="9" id="24920015"></response>
[01/16/2019 05:54:16PM] DEBUG - [Send command] breakpoint_set -i 10 -t exception -x "Notice"
[01/16/2019 05:54:16PM] DEBUG - [Response data] <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="10" id="24920016"></response>
[01/16/2019 05:54:16PM] DEBUG - [Send command] breakpoint_set -i 11 -t exception -x "Strict standards"
[01/16/2019 05:54:16PM] DEBUG - [Response data] <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="11" id="24920017"></response>
[01/16/2019 05:54:16PM] DEBUG - [Send command] breakpoint_set -i 12 -t exception -x "Deprecated"
[01/16/2019 05:54:16PM] DEBUG - [Response data] <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="12" id="24920018"></response>
[01/16/2019 05:54:16PM] DEBUG - [Send command] breakpoint_set -i 13 -t exception -x "Xdebug"
[01/16/2019 05:54:16PM] DEBUG - [Response data] <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="13" id="24920019"></response>
[01/16/2019 05:54:16PM] DEBUG - [Send command] breakpoint_set -i 14 -t exception -x "Unknown error"
[01/16/2019 05:54:16PM] DEBUG - [Response data] <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="14" id="24920020"></response>
[01/16/2019 05:54:16PM] DEBUG - [Send command] run -i 15
[01/16/2019 05:54:16PM] DEBUG - [Response data] <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="run" transaction_id="15" status="break" reason="ok"><xdebug:message filename="file:///C:/xampp/htdocs/www/example/index.php" lineno="6"></xdebug:message></response>
[01/16/2019 05:54:16PM] INFO - Break: C:\xampp\htdocs\www\example\index.php:6
[01/16/2019 05:54:16PM] DEBUG - [Send command] context_get -i 16 -c 1
[01/16/2019 05:54:16PM] DEBUG - [Response data] <?xml version="1.0" encoding="iso-8859-1"?>
bugz8unny69 commented 5 years ago

Hello there,

You might want to have a look here Xdebug Context blank#172 for potential solutions. I've abandon Sublime in favor of Atom atm. There is some PRs available to fix some issues but they haven't been merged.

Regards

kanlukasz commented 5 years ago

Thanks @lhorace for advice. Anyway I stop using Sublime Text and replace it with Vs Code. So i close this ticket