Skip to content

Instantly share code, notes, and snippets.

@shmax
Created September 8, 2020 16:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shmax/876f6a10f84e4fa72344dc270590a864 to your computer and use it in GitHub Desktop.
Save shmax/876f6a10f84e4fa72344dc270590a864 to your computer and use it in GitHub Desktop.
XDebug Log
[2280] Log opened at 2020-09-08 15:56:25
[2280] I: Checking remote connect back address.
[2280] I: Checking header 'HTTP_X_FORWARDED_FOR'.
[2280] I: Checking header 'REMOTE_ADDR'.
[2280] I: Remote address found, connecting to 192.168.33.1:9000.
[2280] I: Connected to client. :-)
[2280] -> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" fileuri="file:///home/shmax/shmax.com/httpdocs/index.php" language="PHP" xdebug:language_version="7.4.6" protocol_version="1.0" appid="2280"><engine version="2.9.6"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[https://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2020 by Derick Rethans]]></copyright></init>
[2280] <- feature_set -i 1 -n show_hidden -v 1
[2280] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="1" feature="show_hidden" success="1"></response>
[2280] <- feature_set -i 2 -n max_depth -v 1
[2280] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="2" feature="max_depth" success="1"></response>
[2280] <- feature_set -i 3 -n max_children -v 100
[2280] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="3" feature="max_children" success="1"></response>
[2280] <- feature_set -i 4 -n extended_properties -v 1
[2280] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="4" feature="extended_properties" success="1"></response>
[2280] <- feature_set -i 5 -n notify_ok -v 1
[2280] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="5" feature="notify_ok" success="1"></response>
[2280] <- feature_set -i 6 -n resolved_breakpoints -v 1
[2280] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="6" feature="resolved_breakpoints" success="1"></response>
[2280] <- stdout -i 7 -c 1
[2280] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="stdout" transaction_id="7" success="1"></response>
[2280] <- status -i 8
[2280] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="status" transaction_id="8" status="starting" reason="ok"></response>
[2280] <- step_into -i 9
[2280] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="step_into" transaction_id="9" status="break" reason="ok"><xdebug:message filename="file:///home/shmax/shmax.com/httpdocs/index.php" lineno="4"></xdebug:message></response>
[2280] <- eval -i 10 -- aXNzZXQoJF9TRVJWRVJbJ1BIUF9JREVfQ09ORklHJ10p
[2280] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="eval" transaction_id="10"><property type="bool"><![CDATA[0]]></property></response>
[2280] <- eval -i 11 -- aXNzZXQoJF9TRVJWRVJbJ1NFUlZFUl9OQU1FJ10p
[2280] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="eval" transaction_id="11"><property type="bool"><![CDATA[1]]></property></response>
[2280] <- eval -i 12 -- KHN0cmluZykoJF9TRVJWRVJbJ1NFUlZFUl9OQU1FJ10p
[2280] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="eval" transaction_id="12"><property type="string" size="13" encoding="base64"><![CDATA[ZGV2LnNobWF4LmNvbQ==]]></property></response>
[2280] <- eval -i 13 -- KHN0cmluZykoJF9TRVJWRVJbJ1NFUlZFUl9QT1JUJ10p
[2280] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="eval" transaction_id="13"><property type="string" size="2" encoding="base64"><![CDATA[ODA=]]></property></response>
[2280] <- eval -i 14 -- KHN0cmluZykoJF9TRVJWRVJbJ1JFUVVFU1RfVVJJJ10p
[2280] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="eval" transaction_id="14"><property type="string" size="1" encoding="base64"><![CDATA[Lw==]]></property></response>
[2280] <- breakpoint_set -i 15 -t line -f file:///home/shmax/shmax.com/httpdocs/index.php -n 17
[2280] -> <notify xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" name="breakpoint_resolved"><breakpoint type="line" resolved="resolved" filename="file:///home/shmax/shmax.com/httpdocs/index.php" lineno="17" state="enabled" hit_count="0" hit_value="0" id="22800001"></breakpoint></notify>
[2280] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="15" id="22800001" resolved="resolved"></response>
[2280] <- stack_get -i 16
[2280] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="16"><stack where="{main}" level="0" type="file" filename="file:///home/shmax/shmax.com/httpdocs/index.php" lineno="4"></stack></response>
[2280] <- run -i 17
[2280] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="run" transaction_id="17" status="break" reason="ok"><xdebug:message filename="file:///home/shmax/shmax.com/httpdocs/index.php" lineno="17"></xdebug:message></response>
[2280] <- stack_get -i 18
[2280] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="18"><stack where="{main}" level="0" type="file" filename="file:///home/shmax/shmax.com/httpdocs/index.php" lineno="17"></stack></response>
[2280] <- eval -i 19 -- JEdMT0JBTFNbJ0lERV9FVkFMX0NBQ0hFJ11bJ2NhY2UyYTUzLTMxZjEtNDJhZS1iNDIxLTUzNjRlY2IyMjVkMCddPWdsb2JhbCAkY29udGV4dA==
[2280] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="eval" transaction_id="19" status="break" reason="ok"><error code="206"><message><![CDATA[error evaluating code]]></message></error></response>
[2280] <- context_names -i 20
[2280] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="context_names" transaction_id="20"><context name="Locals" id="0"></context><context name="Superglobals" id="1"></context><context name="User defined constants" id="2"></context></response>
[2280] <- context_get -i 21 -d 0 -c 0
[2280] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="21" context="0"><property name="$_SHMAX" fullname="$_SHMAX" type="uninitialized"></property><property name="$bad_url" fullname="$bad_url" type="uninitialized"></property><property name="$cache" fullname="$cache" type="uninitialized"></property><property name="$debug" fullname="$debug" type="uninitialized"></property><property name="$e" fullname="$e" type="uninitialized"></property><property name="$good_url" fullname="$good_url" type="uninitialized"></property><property name="$pEnd" fullname="$pEnd" type="uninitialized"></property><property name="$pStart" fullname="$pStart" type="float"><![CDATA[1599580585.6605]]></property><property name="$page" fullname="$page" type="uninitialized"></property><property name="$pageName" fullname="$pageName" type="uninitialized"></property><property name="$pageTimer" fullname="$pageTimer" type="uninitialized"></property><property name="$t" fullname="$t" type="uninitialized"></property><property name="$user" fullname="$user" type="uninitialized"></property></response>
[2280] <- context_get -i 22 -d 0 -c 1
[2280] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="22" context="1"><property name="$_COOKIE" fullname="$_COOKIE" type="array" children="1" numchildren="13" page="0" pagesize="100"><property name="statistics-view1_1003" fullname="$_COOKIE[&quot;statistics-view1_1003&quot;]" type="string" size="5" encoding="base64"><![CDATA[YnJpZWY=]]></property><property name="wishlist-view1_1003" fullname="$_COOKIE[&quot;wishlist-view1_1003&quot;]" type="string" size="5" encoding="base64"><![CDATA[YnJpZWY=]]></property><property name="collection-view1_1003" fullname="$_COOKIE[&quot;collection-view1_1003&quot;]" type="string" size="7" encoding="base64"><![CDATA[ZGV0YWlscw==]]></property><property name="collection-sort1_1003" fullname="$_COOKIE[&quot;collection-sort1_1003&quot;]" type="string" size="2" encoding="base64"><![CDATA[MTQ=]]></property><property name="__cfduid" fullname="$_COOKIE[&quot;__cfduid&quot;]" type="string" size="43" encoding="base64"><![CDATA[ZDA4N2QyNWU0ZTJkNDA1Yjk5ZTBhYjFkODRhMWVjMGM0MTU5NzQ0NTkxOQ==]]></property><property name="1_101_shmax\page\Products__v" fullname="$_COOKIE[&quot;1_101_shmax\\page\\Products__v&quot;]" type="string" size="5" encoding="base64"><![CDATA[YnJpZWY=]]></property><property name="1_101_shmax\page\Parts__v" fullname="$_COOKIE[&quot;1_101_shmax\\page\\Parts__v&quot;]" type="string" size="5" encoding="base64"><![CDATA[YnJpZWY=]]></property><property name="1_101_shmax\page\Photos__v" fullname="$_COOKIE[&quot;1_101_shmax\\page\\Photos__v&quot;]" type="string" size="5" encoding="base64"><![CDATA[YnJpZWY=]]></property><property name="1_1003_shmax\page\Photos__v" fullname="$_COOKIE[&quot;1_1003_shmax\\page\\Photos__v&quot;]" type="string" size="5" encoding="base64"><![CDATA[YnJpZWY=]]></property><property name="1_1003_shmax\page\Products__v" fullname="$_COOKIE[&quot;1_1003_shmax\\page\\Products__v&quot;]" type="string" size="5" encoding="base64"><![CDATA[YnJpZWY=]]></property><property name="1_1003_shmax\page\Parts__v" fullname="$_COOKIE[&quot;1_1003_shmax\\page\\Parts__v&quot;]" type="string" size="5" encoding="base64"><![CDATA[YnJpZWY=]]></property><property name="PHPSESSID" fullname="$_COOKIE[&quot;PHPSESSID&quot;]" type="string" size="26" encoding="base64"><![CDATA[Mzhzam90OTEzMHFkMG50cHNxamY4NTVlbTk=]]></property><property name="SMFCookie72" fullname="$_COOKIE[&quot;SMFCookie72&quot;]" type="string" size="184" encoding="base64"><![CDATA[YTo0OntpOjA7czoxOiIyIjtpOjE7czoxMjg6IjQ4MmVlMTBkZmI4MzNmOTEyNmM4OGM0MGRhNDk4ZTY1YmQwMjE4ZGNjOTIxMTY0NGQ0YmI3YTJjZWVlY2NmNjRkMWYxNGVmZDk3MDYzZDNlN2NlZDMyYTgyYTM4OTZmNDIwY2JlMWE5YTNjMjg1NzQ3M2NjNzEwMzM2YmQxMDgwIjtpOjI7aToxNjMxMDc5MDI0O2k6MztpOjA7fQ==]]></property></property><property name="$_ENV" fullname="$_ENV" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$_FILES" fullname="$_FILES" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$_GET" fullname="$_GET" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$_POST" fullname="$_POST" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$_REQUEST" fullname="$_REQUEST" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$_SERVER" fullname="$_SERVER" type="array" children="1" numchildren="35" page="0" pagesize="100"><property name="UNIQUE_ID" fullname="$_SERVER[&quot;UNIQUE_ID&quot;]" type="string" size="27" encoding="base64"><![CDATA[WDFlcHFSd1J4bEY0bGpoekczbG15QUFBQUFJ]]></property><property name="HTTP_HOST" fullname="$_SERVER[&quot;HTTP_HOST&quot;]" type="string" size="13" encoding="base64"><![CDATA[ZGV2LnNobWF4LmNvbQ==]]></property><property name="HTTP_CONNECTION" fullname="$_SERVER[&quot;HTTP_CONNECTION&quot;]" type="string" size="10" encoding="base64"><![CDATA[a2VlcC1hbGl2ZQ==]]></property><property name="HTTP_CACHE_CONTROL" fullname="$_SERVER[&quot;HTTP_CACHE_CONTROL&quot;]" type="string" size="9" encoding="base64"><![CDATA[bWF4LWFnZT0w]]></property><property name="HTTP_DNT" fullname="$_SERVER[&quot;HTTP_DNT&quot;]" type="string" size="1" encoding="base64"><![CDATA[MQ==]]></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="HTTP_USER_AGENT" fullname="$_SERVER[&quot;HTTP_USER_AGENT&quot;]" type="string" size="114" encoding="base64"><![CDATA[TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NCkgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgQ2hyb21lLzg1LjAuNDE4My44MyBTYWZhcmkvNTM3LjM2]]></property><property name="HTTP_ACCEPT" fullname="$_SERVER[&quot;HTTP_ACCEPT&quot;]" type="string" size="135" encoding="base64"><![CDATA[dGV4dC9odG1sLGFwcGxpY2F0aW9uL3hodG1sK3htbCxhcHBsaWNhdGlvbi94bWw7cT0wLjksaW1hZ2UvYXZpZixpbWFnZS93ZWJwLGltYWdlL2FwbmcsKi8qO3E9MC44LGFwcGxpY2F0aW9uL3NpZ25lZC1leGNoYW5nZTt2PWIzO3E9MC45]]></property><property name="HTTP_REFERER" fullname="$_SERVER[&quot;HTTP_REFERER&quot;]" type="string" size="21" encoding="base64"><![CDATA[aHR0cDovL2Rldi5zaG1heC5jb20v]]></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_ACCEPT_LANGUAGE" fullname="$_SERVER[&quot;HTTP_ACCEPT_LANGUAGE&quot;]" type="string" size="35" encoding="base64"><![CDATA[ZW4tVVMsZW47cT0wLjksamEtSlA7cT0wLjgsamE7cT0wLjc=]]></property><property name="HTTP_COOKIE" fullname="$_SERVER[&quot;HTTP_COOKIE&quot;]" type="string" size="662" encoding="base64"><![CDATA[c3RhdGlzdGljcy12aWV3MS4xMDAzPWJyaWVmOyB3aXNobGlzdC12aWV3MS4xMDAzPWJyaWVmOyBjb2xsZWN0aW9uLXZpZXcxLjEwMDM9ZGV0YWlsczsgY29sbGVjdGlvbi1zb3J0MS4xMDAzPTE0OyBfX2NmZHVpZD1kMDg3ZDI1ZTRlMmQ0MDViOTllMGFiMWQ4NGExZWMwYzQxNTk3NDQ1OTE5OyAxXzEwMV9zaG1heFxwYWdlXFByb2R1Y3RzX192PWJyaWVmOyAxXzEwMV9zaG1heFxwYWdlXFBhcnRzX192PWJyaWVmOyAxXzEwMV9zaG1heFxwYWdlXFBob3Rvc19fdj1icmllZjsgMV8xMDAzX3NobWF4XHBhZ2VcUGhvdG9zX192PWJyaWVmOyAxXzEwMDNfc2htYXhccGFnZVxQcm9kdWN0c19fdj1icmllZjsgMV8xMDAzX3NobWF4XHBhZ2VcUGFydHNfX3Y9YnJpZWY7IFBIUFNFU1NJRD0zOHNqb3Q5MTMwcWQwbnRwc3FqZjg1NWVtOTsgU01GQ29va2llNzI9YSUzQTQlM0ElN0JpJTNBMCUzQnMlM0ExJTNBJTIyMiUyMiUzQmklM0ExJTNCcyUzQTEyOCUzQSUyMjQ4MmVlMTBkZmI4MzNmOTEyNmM4OGM0MGRhNDk4ZTY1YmQwMjE4ZGNjOTIxMTY0NGQ0YmI3YTJjZWVlY2NmNjRkMWYxNGVmZDk3MDYzZDNlN2NlZDMyYTgyYTM4OTZmNDIwY2JlMWE5YTNjMjg1NzQ3M2NjNzEwMzM2YmQxMDgwJTIyJTNCaSUzQTIlM0JpJTNBMTYzMTA3OTAyNCUzQmklM0EzJTNCaSUzQTAlM0IlN0Q=]]></property><property name="PATH" fullname="$_SERVER[&quot;PATH&quot;]" type="string" size="49" encoding="base64"><![CDATA[L3Vzci9sb2NhbC9zYmluOi91c3IvbG9jYWwvYmluOi91c3Ivc2JpbjovdXNyL2Jpbg==]]></property><property name="SERVER_SIGNATURE" fullname="$_SERVER[&quot;SERVER_SIGNATURE&quot;]" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="SERVER_SOFTWARE" fullname="$_SERVER[&quot;SERVER_SOFTWARE&quot;]" type="string" size="6" encoding="base64"><![CDATA[QXBhY2hl]]></property><property name="SERVER_NAME" fullname="$_SERVER[&quot;SERVER_NAME&quot;]" type="string" size="13" encoding="base64"><![CDATA[ZGV2LnNobWF4LmNvbQ==]]></property><property name="SERVER_ADDR" fullname="$_SERVER[&quot;SERVER_ADDR&quot;]" type="string" size="13" encoding="base64"><![CDATA[MTkyLjE2OC4zMy4xMA==]]></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="12" encoding="base64"><![CDATA[MTkyLjE2OC4zMy4x]]></property><property name="DOCUMENT_ROOT" fullname="$_SERVER[&quot;DOCUMENT_ROOT&quot;]" type="string" size="30" encoding="base64"><![CDATA[L2hvbWUvc2htYXgvc2htYXguY29tL2h0dHBkb2Nz]]></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="30" encoding="base64"><![CDATA[L2hvbWUvc2htYXgvc2htYXguY29tL2h0dHBkb2Nz]]></property><property name="SERVER_ADMIN" fullname="$_SERVER[&quot;SERVER_ADMIN&quot;]" type="string" size="17" encoding="base64"><![CDATA[c3VwcG9ydEBzaG1heC5jb20=]]></property><property name="SCRIPT_FILENAME" fullname="$_SERVER[&quot;SCRIPT_FILENAME&quot;]" type="string" size="40" encoding="base64"><![CDATA[L2hvbWUvc2htYXgvc2htYXguY29tL2h0dHBkb2NzL2luZGV4LnBocA==]]></property><property name="REMOTE_PORT" fullname="$_SERVER[&quot;REMOTE_PORT&quot;]" type="string" size="5" encoding="base64"><![CDATA[NTU1Nzg=]]></property><property name="GATEWAY_INTERFACE" fullname="$_SERVER[&quot;GATEWAY_INTERFACE&quot;]" type="string" size="7" encoding="base64"><![CDATA[Q0dJLzEuMQ==]]></property><property name="SERVER_PROTOCOL" fullname="$_SERVER[&quot;SERVER_PROTOCOL&quot;]" type="string" size="8" encoding="base64"><![CDATA[SFRUUC8xLjE=]]></property><property name="REQUEST_METHOD" fullname="$_SERVER[&quot;REQUEST_METHOD&quot;]" type="string" size="3" encoding="base64"><![CDATA[R0VU]]></property><property name="QUERY_STRING" fullname="$_SERVER[&quot;QUERY_STRING&quot;]" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="REQUEST_URI" fullname="$_SERVER[&quot;REQUEST_URI&quot;]" type="string" size="1" encoding="base64"><![CDATA[Lw==]]></property><property name="SCRIPT_NAME" fullname="$_SERVER[&quot;SCRIPT_NAME&quot;]" type="string" size="10" encoding="base64"><![CDATA[L2luZGV4LnBocA==]]></property><property name="PHP_SELF" fullname="$_SERVER[&quot;PHP_SELF&quot;]" type="string" size="10" encoding="base64"><![CDATA[L2luZGV4LnBocA==]]></property><property name="REQUEST_TIME_FLOAT" fullname="$_SERVER[&quot;REQUEST_TIME_FLOAT&quot;]" type="float"><![CDATA[1599580585.5978]]></property><property name="REQUEST_TIME" fullname="$_SERVER[&quot;REQUEST_TIME&quot;]" type="int"><![CDATA[1599580585]]></property></property></response>
[2280] <- context_get -i 23 -d 0 -c 2
[2280] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="23" context="2"></response>
[2280] <- step_over -i 24
[2280] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="step_over" transaction_id="24" status="stopping" reason="ok"></response>
[2280] <- run -i 25
[2280] Log closed at 2020-09-08 15:56:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment