View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001727 | Xdebug | Step Debugging | public | 2019-12-09 09:23 | 2020-01-26 21:53 |
Reporter | janw.me | Assigned To | derick | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 2.8.1 | ||||
Target Version | 2.9.1 | Fixed in Version | 2.9.1 | ||
Summary | 0001727: Debugger stops more often than expected due to resolving breakpoints | ||||
Description | Xdebug breaks on the function definition before it stops inside the function with a breakpoint. It started happing last week, PHPstorm released an update, but a provision of the vagrant might also have updated the xdebug version, I don't know. | ||||
Additional Information | I run Ubuntu and using https://github.com/Varying-Vagrant-Vagrants/VVV for the dev enviroment. | ||||
Tags | No tags attached. | ||||
Attached Files | xdebug-remote.log (42,078 bytes)
[19375] Log opened at 2019-12-09 08:55:16 [19375] I: Connecting to configured address/port: 192.168.50.1:9000. [19375] I: Connected to client. :-) [19375] -> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" fileuri="file:///srv/www/cultuurbedrijfnop/public_html/xdebug-test.php" language="PHP" xdebug:language_version="7.2.25-1+ubuntu18.04.1+deb.sury.org+1" protocol_version="1.0" appid="19375" idekey="VVVDEBUG"><engine version="2.8.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[https://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2019 by Derick Rethans]]></copyright></init> [19375] <- eval -i 1 -- KHN0cmluZykoaW5pX2dldCgneGRlYnVnLmNvdmVyYWdlX2VuYWJsZScpLic7Jy5pbmlfZ2V0KCd4ZGVidWcucHJvZmlsZXJfZW5hYmxlJykuJzsnLmluaV9nZXQoJ3hkZWJ1Zy5yZW1vdGVfYXV0b3N0YXJ0JykuJzsnLmluaV9nZXQoJ3hkZWJ1Zy5yZW1vdGVfY29ubmVjdF9iYWNrJykuJzsnLmluaV9nZXQoJ3hkZWJ1Zy5yZW1vdGVfbW9kZScpKQ== [19375] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="eval" transaction_id="1"><property type="string" size="11" encoding="base64"><![CDATA[MTswOzE7MDtyZXE=]]></property></response> [19375] <- feature_set -i 2 -n show_hidden -v 1 [19375] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="2" feature="show_hidden" success="1"></response> [19375] <- feature_set -i 3 -n max_depth -v 1 [19375] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="3" feature="max_depth" success="1"></response> [19375] <- feature_set -i 4 -n max_children -v 100 [19375] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="4" feature="max_children" success="1"></response> [19375] <- feature_set -i 5 -n extended_properties -v 1 [19375] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="5" feature="extended_properties" success="1"></response> [19375] <- feature_set -i 6 -n resolved_breakpoints -v 1 [19375] -> <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> [19375] <- feature_set -i 7 -n notify_ok -v 1 [19375] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="7" feature="notify_ok" success="1"></response> [19375] <- stdout -i 8 -c 1 [19375] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="stdout" transaction_id="8" success="1"></response> [19375] <- status -i 9 [19375] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="status" transaction_id="9" status="starting" reason="ok"></response> [19375] <- step_into -i 10 [19375] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="step_into" transaction_id="10" status="break" reason="ok"><xdebug:message filename="file:///srv/www/cultuurbedrijfnop/public_html/xdebug-test.php" lineno="3"></xdebug:message></response> [19375] <- eval -i 11 -- aXNzZXQoJF9TRVJWRVJbJ1BIUF9JREVfQ09ORklHJ10p [19375] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="eval" transaction_id="11"><property type="bool"><![CDATA[0]]></property></response> [19375] <- eval -i 12 -- aXNzZXQoJF9TRVJWRVJbJ1NFUlZFUl9OQU1FJ10p [19375] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="eval" transaction_id="12"><property type="bool"><![CDATA[1]]></property></response> [19375] <- eval -i 13 -- KHN0cmluZykoJF9TRVJWRVJbJ1NFUlZFUl9OQU1FJ10p [19375] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="eval" transaction_id="13"><property type="string" size="22" encoding="base64"><![CDATA[Y3VsdHV1cmJlZHJpamZub3AudGVzdA==]]></property></response> [19375] <- eval -i 14 -- KHN0cmluZykoJF9TRVJWRVJbJ1NFUlZFUl9QT1JUJ10p [19375] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="eval" transaction_id="14"><property type="string" size="2" encoding="base64"><![CDATA[ODA=]]></property></response> [19375] <- eval -i 15 -- KHN0cmluZykoJF9TRVJWRVJbJ1JFUVVFU1RfVVJJJ10p [19375] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="eval" transaction_id="15"><property type="string" size="16" encoding="base64"><![CDATA[L3hkZWJ1Zy10ZXN0LnBocA==]]></property></response> [19375] <- breakpoint_set -i 16 -t line -f file:///srv/www/cultuurbedrijfnop/public_html/wp-content/mu-plugins/nav-courses/Form.php -n 121 [19375] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="16" id="193750017" resolved="unresolved"></response> [19375] <- breakpoint_set -i 17 -t line -f file:///srv/www/cultuurbedrijfnop/public_html/xdebug-test.php -n 9 [19375] -> <notify xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" name="breakpoint_resolved"><breakpoint type="line" resolved="resolved" filename="file:///srv/www/cultuurbedrijfnop/public_html/xdebug-test.php" lineno="13" state="enabled" hit_count="0" hit_value="0" id="193750018"></breakpoint></notify> [19375] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="17" id="193750018" resolved="resolved"></response> [19375] <- breakpoint_set -i 18 -t line -f file:///srv/www/cultuurbedrijfnop/public_html/wp-content/mu-plugins/nav-courses/Form/Data_Sanitizer.php -n 80 [19375] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="18" id="193750019" resolved="unresolved"></response> [19375] <- breakpoint_set -i 19 -t line -f file:///srv/www/cultuurbedrijfnop/public_html/wp-content/themes/cnop/template-parts/single-course/slider.php -n 4 [19375] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="19" id="193750020" resolved="unresolved"></response> [19375] <- breakpoint_set -i 20 -t line -f file:///srv/www/cultuurbedrijfnop/public_html/xdebug-test.php -n 4 [19375] -> <notify xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" name="breakpoint_resolved"><breakpoint type="line" resolved="resolved" filename="file:///srv/www/cultuurbedrijfnop/public_html/xdebug-test.php" lineno="8" state="enabled" hit_count="0" hit_value="0" id="193750021"></breakpoint></notify> [19375] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="20" id="193750021" resolved="resolved"></response> [19375] <- stack_get -i 21 [19375] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="21"><stack where="{main}" level="0" type="file" filename="file:///srv/www/cultuurbedrijfnop/public_html/xdebug-test.php" lineno="3"></stack></response> [19375] <- run -i 22 [19375] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="run" transaction_id="22" status="break" reason="ok"><xdebug:message filename="file:///srv/www/cultuurbedrijfnop/public_html/xdebug-test.php" lineno="8"></xdebug:message></response> [19375] <- stack_get -i 23 [19375] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="23"><stack where="{main}" level="0" type="file" filename="file:///srv/www/cultuurbedrijfnop/public_html/xdebug-test.php" lineno="8"></stack></response> [19375] <- context_names -i 24 [19375] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="context_names" transaction_id="24"><context name="Locals" id="0"></context><context name="Superglobals" id="1"></context><context name="User defined constants" id="2"></context></response> [19375] <- context_get -i 25 -d 0 -c 0 [19375] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="25" context="0"></response> [19375] <- context_get -i 26 -d 0 -c 1 [19375] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="26" context="1"><property name="$_COOKIE" fullname="$_COOKIE" type="array" children="1" numchildren="9" page="0" pagesize="100"><property name="_ga" fullname="$_COOKIE["_ga"]" type="string" size="27" encoding="base64"><![CDATA[R0ExLjIuMjExNTMwNTQzMy4xNTcwNTQwMTEy]]></property><property name="wp-settings-5" fullname="$_COOKIE["wp-settings-5"]" type="string" size="44" encoding="base64"><![CDATA[bGlicmFyeUNvbnRlbnQ9YnJvd3NlJmVkaXRvcj10aW55bWNlJm1mb2xkPW8=]]></property><property name="wp-settings-time-5" fullname="$_COOKIE["wp-settings-time-5"]" type="string" size="10" encoding="base64"><![CDATA[MTU3MTgxODA2NA==]]></property><property name="wp-settings-1" fullname="$_COOKIE["wp-settings-1"]" type="string" size="79" encoding="base64"><![CDATA[aGlkZXRiPTEmbGlicmFyeUNvbnRlbnQ9YnJvd3NlJmVkaXRvcl9wbGFpbl90ZXh0X3Bhc3RlX3dhcm5pbmc9MiZlZGl0b3I9dGlueW1jZQ==]]></property><property name="wp-settings-time-1" fullname="$_COOKIE["wp-settings-time-1"]" type="string" size="10" encoding="base64"><![CDATA[MTU3MjI1MjA1Mg==]]></property><property name="wordpress_e9c4fc8f0d84a393ab800ddee8f26b3b" fullname="$_COOKIE["wordpress_e9c4fc8f0d84a393ab800ddee8f26b3b"]" type="string" size="136" encoding="base64"><![CDATA[RWFnZXJseSBJbnRlcm5ldHwxNTc2ODQ3MDk1fHdUTEFUM0FScFFmWXVjTklLMFk1SWZuQ0djcnNQZ000djBjOGRiZzFnanp8MGY5ODUwOWFiZmRiYjk0MDc3ZTE2MmI2NzY3N2MxN2FiYjVmMGExMzNjZmFlMzllNjUwNzdmZTQyYzcxNmUyMw==]]></property><property name="wordpress_logged_in_e9c4fc8f0d84a393ab800ddee8f26b3b" fullname="$_COOKIE["wordpress_logged_in_e9c4fc8f0d84a393ab800ddee8f26b3b"]" type="string" size="136" encoding="base64"><![CDATA[RWFnZXJseSBJbnRlcm5ldHwxNTc2ODQ3MDk1fHdUTEFUM0FScFFmWXVjTklLMFk1SWZuQ0djcnNQZ000djBjOGRiZzFnanp8MzA5OTkwY2IzNjhhZWU3YzZkNzQ0ZDZlYzU0ZmE0YzJkYjZmZDViZTI0NTYxZmZjZWUzMzIzY2NlNGFhOGZiZg==]]></property><property name="wordpress_test_cookie" fullname="$_COOKIE["wordpress_test_cookie"]" type="string" size="15" encoding="base64"><![CDATA[V1AgQ29va2llIGNoZWNr]]></property><property name="_gid" fullname="$_COOKIE["_gid"]" type="string" size="26" encoding="base64"><![CDATA[R0ExLjIuMzMwMTE1MDM3LjE1NzU4ODA3OTQ=]]></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="36" page="0" pagesize="100"><property name="PATH" fullname="$_SERVER["PATH"]" type="string" size="52" encoding="base64"><![CDATA[L3Nydi93d3cvcGhwY3Mvc2NyaXB0cy86L3Vzci9sb2NhbC9iaW46L3Vzci9iaW46L2Jpbg==]]></property><property name="USER" fullname="$_SERVER["USER"]" type="string" size="8" encoding="base64"><![CDATA[d3d3LWRhdGE=]]></property><property name="HOME" fullname="$_SERVER["HOME"]" type="string" size="8" encoding="base64"><![CDATA[L3Zhci93d3c=]]></property><property name="HTTP_CACHE_CONTROL" fullname="$_SERVER["HTTP_CACHE_CONTROL"]" type="string" size="9" encoding="base64"><![CDATA[bWF4LWFnZT0w]]></property><property name="HTTP_UPGRADE_INSECURE_REQUESTS" fullname="$_SERVER["HTTP_UPGRADE_INSECURE_REQUESTS"]" type="string" size="1" encoding="base64"><![CDATA[MQ==]]></property><property name="HTTP_COOKIE" fullname="$_SERVER["HTTP_COOKIE"]" type="string" size="728" encoding="base64"><![CDATA[X2dhPUdBMS4yLjIxMTUzMDU0MzMuMTU3MDU0MDExMjsgd3Atc2V0dGluZ3MtNT1saWJyYXJ5Q29udGVudCUzRGJyb3dzZSUyNmVkaXRvciUzRHRpbnltY2UlMjZtZm9sZCUzRG87IHdwLXNldHRpbmdzLXRpbWUtNT0xNTcxODE4MDY0OyB3cC1zZXR0aW5ncy0xPWhpZGV0YiUzRDElMjZsaWJyYXJ5Q29udGVudCUzRGJyb3dzZSUyNmVkaXRvcl9wbGFpbl90ZXh0X3Bhc3RlX3dhcm5pbmclM0QyJTI2ZWRpdG9yJTNEdGlueW1jZTsgd3Atc2V0dGluZ3MtdGltZS0xPTE1NzIyNTIwNTI7IHdvcmRwcmVzc19lOWM0ZmM4ZjBkODRhMzkzYWI4MDBkZGVlOGYyNmIzYj1FYWdlcmx5K0ludGVybmV0JTdDMTU3Njg0NzA5NSU3Q3dUTEFUM0FScFFmWXVjTklLMFk1SWZuQ0djcnNQZ000djBjOGRiZzFnanolN0MwZjk4NTA5YWJmZGJiOTQwNzdlMTYyYjY3Njc3YzE3YWJiNWYwYTEzM2NmYWUzOWU2NTA3N2ZlNDJjNzE2ZTIzOyB3b3JkcHJlc3NfbG9nZ2VkX2luX2U5YzRmYzhmMGQ4NGEzOTNhYjgwMGRkZWU4ZjI2YjNiPUVhZ2VybHkrSW50ZXJuZXQlN0MxNTc2ODQ3MDk1JTdDd1RMQVQzQVJwUWZZdWNOSUswWTVJZm5DR2Nyc1BnTTR2MGM4ZGJnMWdqeiU3QzMwOTk5MGNiMzY4YWVlN2M2ZDc0NGQ2ZWM1NGZhNGMyZGI2ZmQ1YmUyNDU2MWZmY2VlMzMyM2NjZTRhYThmYmY7IHdvcmRwcmVzc190ZXN0X2Nvb2tpZT1XUCtDb29raWUrY2hlY2s7IF9naWQ9R0ExLjIuMzMwMTE1MDM3LjE1NzU4ODA3OTQ=]]></property><property name="HTTP_CONNECTION" fullname="$_SERVER["HTTP_CONNECTION"]" type="string" size="10" encoding="base64"><![CDATA[a2VlcC1hbGl2ZQ==]]></property><property name="HTTP_DNT" fullname="$_SERVER["HTTP_DNT"]" type="string" size="1" encoding="base64"><![CDATA[MQ==]]></property><property name="HTTP_ACCEPT_ENCODING" fullname="$_SERVER["HTTP_ACCEPT_ENCODING"]" type="string" size="13" encoding="base64"><![CDATA[Z3ppcCwgZGVmbGF0ZQ==]]></property><property name="HTTP_ACCEPT_LANGUAGE" fullname="$_SERVER["HTTP_ACCEPT_LANGUAGE"]" type="string" size="14" encoding="base64"><![CDATA[ZW4tVVMsZW47cT0wLjU=]]></property><property name="HTTP_ACCEPT" fullname="$_SERVER["HTTP_ACCEPT"]" type="string" size="63" encoding="base64"><![CDATA[dGV4dC9odG1sLGFwcGxpY2F0aW9uL3hodG1sK3htbCxhcHBsaWNhdGlvbi94bWw7cT0wLjksKi8qO3E9MC44]]></property><property name="HTTP_USER_AGENT" fullname="$_SERVER["HTTP_USER_AGENT"]" type="string" size="76" encoding="base64"><![CDATA[TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjcwLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNzAuMA==]]></property><property name="HTTP_HOST" fullname="$_SERVER["HTTP_HOST"]" type="string" size="22" encoding="base64"><![CDATA[Y3VsdHV1cmJlZHJpamZub3AudGVzdA==]]></property><property name="SCRIPT_FILENAME" fullname="$_SERVER["SCRIPT_FILENAME"]" type="string" size="54" encoding="base64"><![CDATA[L3Nydi93d3cvY3VsdHV1cmJlZHJpamZub3AvcHVibGljX2h0bWwveGRlYnVnLXRlc3QucGhw]]></property><property name="REDIRECT_STATUS" fullname="$_SERVER["REDIRECT_STATUS"]" type="string" size="3" encoding="base64"><![CDATA[MjAw]]></property><property name="SERVER_NAME" fullname="$_SERVER["SERVER_NAME"]" type="string" size="22" encoding="base64"><![CDATA[Y3VsdHV1cmJlZHJpamZub3AudGVzdA==]]></property><property name="SERVER_PORT" fullname="$_SERVER["SERVER_PORT"]" type="string" size="2" encoding="base64"><![CDATA[ODA=]]></property><property name="SERVER_ADDR" fullname="$_SERVER["SERVER_ADDR"]" type="string" size="12" encoding="base64"><![CDATA[MTkyLjE2OC41MC40]]></property><property name="REMOTE_PORT" fullname="$_SERVER["REMOTE_PORT"]" type="string" size="5" encoding="base64"><![CDATA[MzQxOTI=]]></property><property name="REMOTE_ADDR" fullname="$_SERVER["REMOTE_ADDR"]" type="string" size="12" encoding="base64"><![CDATA[MTkyLjE2OC41MC4x]]></property><property name="SERVER_SOFTWARE" fullname="$_SERVER["SERVER_SOFTWARE"]" type="string" size="12" encoding="base64"><![CDATA[bmdpbngvMS4xNy42]]></property><property name="GATEWAY_INTERFACE" fullname="$_SERVER["GATEWAY_INTERFACE"]" type="string" size="7" encoding="base64"><![CDATA[Q0dJLzEuMQ==]]></property><property name="REQUEST_SCHEME" fullname="$_SERVER["REQUEST_SCHEME"]" type="string" size="4" encoding="base64"><![CDATA[aHR0cA==]]></property><property name="SERVER_PROTOCOL" fullname="$_SERVER["SERVER_PROTOCOL"]" type="string" size="8" encoding="base64"><![CDATA[SFRUUC8xLjE=]]></property><property name="DOCUMENT_ROOT" fullname="$_SERVER["DOCUMENT_ROOT"]" type="string" size="38" encoding="base64"><![CDATA[L3Nydi93d3cvY3VsdHV1cmJlZHJpamZub3AvcHVibGljX2h0bWw=]]></property><property name="DOCUMENT_URI" fullname="$_SERVER["DOCUMENT_URI"]" type="string" size="16" encoding="base64"><![CDATA[L3hkZWJ1Zy10ZXN0LnBocA==]]></property><property name="REQUEST_URI" fullname="$_SERVER["REQUEST_URI"]" type="string" size="16" encoding="base64"><![CDATA[L3hkZWJ1Zy10ZXN0LnBocA==]]></property><property name="SCRIPT_NAME" fullname="$_SERVER["SCRIPT_NAME"]" type="string" size="16" encoding="base64"><![CDATA[L3hkZWJ1Zy10ZXN0LnBocA==]]></property><property name="CONTENT_LENGTH" fullname="$_SERVER["CONTENT_LENGTH"]" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="CONTENT_TYPE" fullname="$_SERVER["CONTENT_TYPE"]" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="REQUEST_METHOD" fullname="$_SERVER["REQUEST_METHOD"]" type="string" size="3" encoding="base64"><![CDATA[R0VU]]></property><property name="QUERY_STRING" fullname="$_SERVER["QUERY_STRING"]" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="FCGI_ROLE" fullname="$_SERVER["FCGI_ROLE"]" type="string" size="9" encoding="base64"><![CDATA[UkVTUE9OREVS]]></property><property name="PHP_SELF" fullname="$_SERVER["PHP_SELF"]" type="string" size="16" encoding="base64"><![CDATA[L3hkZWJ1Zy10ZXN0LnBocA==]]></property><property name="REQUEST_TIME_FLOAT" fullname="$_SERVER["REQUEST_TIME_FLOAT"]" type="float"><![CDATA[1575881716.4755]]></property><property name="REQUEST_TIME" fullname="$_SERVER["REQUEST_TIME"]" type="int"><![CDATA[1575881716]]></property></property></response> [19375] <- context_get -i 27 -d 0 -c 2 [19375] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="27" context="2"></response> [19375] <- run -i 28 [19375] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="run" transaction_id="28" status="break" reason="ok"><xdebug:message filename="file:///srv/www/cultuurbedrijfnop/public_html/xdebug-test.php" lineno="13"></xdebug:message></response> [19375] <- stack_get -i 29 [19375] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="29"><stack where="{main}" level="0" type="file" filename="file:///srv/www/cultuurbedrijfnop/public_html/xdebug-test.php" lineno="13"></stack></response> [19375] <- context_get -i 30 -d 0 -c 0 [19375] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="30" context="0"></response> [19375] <- context_get -i 31 -d 0 -c 1 [19375] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="31" context="1"><property name="$_COOKIE" fullname="$_COOKIE" type="array" children="1" numchildren="9" page="0" pagesize="100"><property name="_ga" fullname="$_COOKIE["_ga"]" type="string" size="27" encoding="base64"><![CDATA[R0ExLjIuMjExNTMwNTQzMy4xNTcwNTQwMTEy]]></property><property name="wp-settings-5" fullname="$_COOKIE["wp-settings-5"]" type="string" size="44" encoding="base64"><![CDATA[bGlicmFyeUNvbnRlbnQ9YnJvd3NlJmVkaXRvcj10aW55bWNlJm1mb2xkPW8=]]></property><property name="wp-settings-time-5" fullname="$_COOKIE["wp-settings-time-5"]" type="string" size="10" encoding="base64"><![CDATA[MTU3MTgxODA2NA==]]></property><property name="wp-settings-1" fullname="$_COOKIE["wp-settings-1"]" type="string" size="79" encoding="base64"><![CDATA[aGlkZXRiPTEmbGlicmFyeUNvbnRlbnQ9YnJvd3NlJmVkaXRvcl9wbGFpbl90ZXh0X3Bhc3RlX3dhcm5pbmc9MiZlZGl0b3I9dGlueW1jZQ==]]></property><property name="wp-settings-time-1" fullname="$_COOKIE["wp-settings-time-1"]" type="string" size="10" encoding="base64"><![CDATA[MTU3MjI1MjA1Mg==]]></property><property name="wordpress_e9c4fc8f0d84a393ab800ddee8f26b3b" fullname="$_COOKIE["wordpress_e9c4fc8f0d84a393ab800ddee8f26b3b"]" type="string" size="136" encoding="base64"><![CDATA[RWFnZXJseSBJbnRlcm5ldHwxNTc2ODQ3MDk1fHdUTEFUM0FScFFmWXVjTklLMFk1SWZuQ0djcnNQZ000djBjOGRiZzFnanp8MGY5ODUwOWFiZmRiYjk0MDc3ZTE2MmI2NzY3N2MxN2FiYjVmMGExMzNjZmFlMzllNjUwNzdmZTQyYzcxNmUyMw==]]></property><property name="wordpress_logged_in_e9c4fc8f0d84a393ab800ddee8f26b3b" fullname="$_COOKIE["wordpress_logged_in_e9c4fc8f0d84a393ab800ddee8f26b3b"]" type="string" size="136" encoding="base64"><![CDATA[RWFnZXJseSBJbnRlcm5ldHwxNTc2ODQ3MDk1fHdUTEFUM0FScFFmWXVjTklLMFk1SWZuQ0djcnNQZ000djBjOGRiZzFnanp8MzA5OTkwY2IzNjhhZWU3YzZkNzQ0ZDZlYzU0ZmE0YzJkYjZmZDViZTI0NTYxZmZjZWUzMzIzY2NlNGFhOGZiZg==]]></property><property name="wordpress_test_cookie" fullname="$_COOKIE["wordpress_test_cookie"]" type="string" size="15" encoding="base64"><![CDATA[V1AgQ29va2llIGNoZWNr]]></property><property name="_gid" fullname="$_COOKIE["_gid"]" type="string" size="26" encoding="base64"><![CDATA[R0ExLjIuMzMwMTE1MDM3LjE1NzU4ODA3OTQ=]]></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="36" page="0" pagesize="100"><property name="PATH" fullname="$_SERVER["PATH"]" type="string" size="52" encoding="base64"><![CDATA[L3Nydi93d3cvcGhwY3Mvc2NyaXB0cy86L3Vzci9sb2NhbC9iaW46L3Vzci9iaW46L2Jpbg==]]></property><property name="USER" fullname="$_SERVER["USER"]" type="string" size="8" encoding="base64"><![CDATA[d3d3LWRhdGE=]]></property><property name="HOME" fullname="$_SERVER["HOME"]" type="string" size="8" encoding="base64"><![CDATA[L3Zhci93d3c=]]></property><property name="HTTP_CACHE_CONTROL" fullname="$_SERVER["HTTP_CACHE_CONTROL"]" type="string" size="9" encoding="base64"><![CDATA[bWF4LWFnZT0w]]></property><property name="HTTP_UPGRADE_INSECURE_REQUESTS" fullname="$_SERVER["HTTP_UPGRADE_INSECURE_REQUESTS"]" type="string" size="1" encoding="base64"><![CDATA[MQ==]]></property><property name="HTTP_COOKIE" fullname="$_SERVER["HTTP_COOKIE"]" type="string" size="728" encoding="base64"><![CDATA[X2dhPUdBMS4yLjIxMTUzMDU0MzMuMTU3MDU0MDExMjsgd3Atc2V0dGluZ3MtNT1saWJyYXJ5Q29udGVudCUzRGJyb3dzZSUyNmVkaXRvciUzRHRpbnltY2UlMjZtZm9sZCUzRG87IHdwLXNldHRpbmdzLXRpbWUtNT0xNTcxODE4MDY0OyB3cC1zZXR0aW5ncy0xPWhpZGV0YiUzRDElMjZsaWJyYXJ5Q29udGVudCUzRGJyb3dzZSUyNmVkaXRvcl9wbGFpbl90ZXh0X3Bhc3RlX3dhcm5pbmclM0QyJTI2ZWRpdG9yJTNEdGlueW1jZTsgd3Atc2V0dGluZ3MtdGltZS0xPTE1NzIyNTIwNTI7IHdvcmRwcmVzc19lOWM0ZmM4ZjBkODRhMzkzYWI4MDBkZGVlOGYyNmIzYj1FYWdlcmx5K0ludGVybmV0JTdDMTU3Njg0NzA5NSU3Q3dUTEFUM0FScFFmWXVjTklLMFk1SWZuQ0djcnNQZ000djBjOGRiZzFnanolN0MwZjk4NTA5YWJmZGJiOTQwNzdlMTYyYjY3Njc3YzE3YWJiNWYwYTEzM2NmYWUzOWU2NTA3N2ZlNDJjNzE2ZTIzOyB3b3JkcHJlc3NfbG9nZ2VkX2luX2U5YzRmYzhmMGQ4NGEzOTNhYjgwMGRkZWU4ZjI2YjNiPUVhZ2VybHkrSW50ZXJuZXQlN0MxNTc2ODQ3MDk1JTdDd1RMQVQzQVJwUWZZdWNOSUswWTVJZm5DR2Nyc1BnTTR2MGM4ZGJnMWdqeiU3QzMwOTk5MGNiMzY4YWVlN2M2ZDc0NGQ2ZWM1NGZhNGMyZGI2ZmQ1YmUyNDU2MWZmY2VlMzMyM2NjZTRhYThmYmY7IHdvcmRwcmVzc190ZXN0X2Nvb2tpZT1XUCtDb29raWUrY2hlY2s7IF9naWQ9R0ExLjIuMzMwMTE1MDM3LjE1NzU4ODA3OTQ=]]></property><property name="HTTP_CONNECTION" fullname="$_SERVER["HTTP_CONNECTION"]" type="string" size="10" encoding="base64"><![CDATA[a2VlcC1hbGl2ZQ==]]></property><property name="HTTP_DNT" fullname="$_SERVER["HTTP_DNT"]" type="string" size="1" encoding="base64"><![CDATA[MQ==]]></property><property name="HTTP_ACCEPT_ENCODING" fullname="$_SERVER["HTTP_ACCEPT_ENCODING"]" type="string" size="13" encoding="base64"><![CDATA[Z3ppcCwgZGVmbGF0ZQ==]]></property><property name="HTTP_ACCEPT_LANGUAGE" fullname="$_SERVER["HTTP_ACCEPT_LANGUAGE"]" type="string" size="14" encoding="base64"><![CDATA[ZW4tVVMsZW47cT0wLjU=]]></property><property name="HTTP_ACCEPT" fullname="$_SERVER["HTTP_ACCEPT"]" type="string" size="63" encoding="base64"><![CDATA[dGV4dC9odG1sLGFwcGxpY2F0aW9uL3hodG1sK3htbCxhcHBsaWNhdGlvbi94bWw7cT0wLjksKi8qO3E9MC44]]></property><property name="HTTP_USER_AGENT" fullname="$_SERVER["HTTP_USER_AGENT"]" type="string" size="76" encoding="base64"><![CDATA[TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjcwLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNzAuMA==]]></property><property name="HTTP_HOST" fullname="$_SERVER["HTTP_HOST"]" type="string" size="22" encoding="base64"><![CDATA[Y3VsdHV1cmJlZHJpamZub3AudGVzdA==]]></property><property name="SCRIPT_FILENAME" fullname="$_SERVER["SCRIPT_FILENAME"]" type="string" size="54" encoding="base64"><![CDATA[L3Nydi93d3cvY3VsdHV1cmJlZHJpamZub3AvcHVibGljX2h0bWwveGRlYnVnLXRlc3QucGhw]]></property><property name="REDIRECT_STATUS" fullname="$_SERVER["REDIRECT_STATUS"]" type="string" size="3" encoding="base64"><![CDATA[MjAw]]></property><property name="SERVER_NAME" fullname="$_SERVER["SERVER_NAME"]" type="string" size="22" encoding="base64"><![CDATA[Y3VsdHV1cmJlZHJpamZub3AudGVzdA==]]></property><property name="SERVER_PORT" fullname="$_SERVER["SERVER_PORT"]" type="string" size="2" encoding="base64"><![CDATA[ODA=]]></property><property name="SERVER_ADDR" fullname="$_SERVER["SERVER_ADDR"]" type="string" size="12" encoding="base64"><![CDATA[MTkyLjE2OC41MC40]]></property><property name="REMOTE_PORT" fullname="$_SERVER["REMOTE_PORT"]" type="string" size="5" encoding="base64"><![CDATA[MzQxOTI=]]></property><property name="REMOTE_ADDR" fullname="$_SERVER["REMOTE_ADDR"]" type="string" size="12" encoding="base64"><![CDATA[MTkyLjE2OC41MC4x]]></property><property name="SERVER_SOFTWARE" fullname="$_SERVER["SERVER_SOFTWARE"]" type="string" size="12" encoding="base64"><![CDATA[bmdpbngvMS4xNy42]]></property><property name="GATEWAY_INTERFACE" fullname="$_SERVER["GATEWAY_INTERFACE"]" type="string" size="7" encoding="base64"><![CDATA[Q0dJLzEuMQ==]]></property><property name="REQUEST_SCHEME" fullname="$_SERVER["REQUEST_SCHEME"]" type="string" size="4" encoding="base64"><![CDATA[aHR0cA==]]></property><property name="SERVER_PROTOCOL" fullname="$_SERVER["SERVER_PROTOCOL"]" type="string" size="8" encoding="base64"><![CDATA[SFRUUC8xLjE=]]></property><property name="DOCUMENT_ROOT" fullname="$_SERVER["DOCUMENT_ROOT"]" type="string" size="38" encoding="base64"><![CDATA[L3Nydi93d3cvY3VsdHV1cmJlZHJpamZub3AvcHVibGljX2h0bWw=]]></property><property name="DOCUMENT_URI" fullname="$_SERVER["DOCUMENT_URI"]" type="string" size="16" encoding="base64"><![CDATA[L3hkZWJ1Zy10ZXN0LnBocA==]]></property><property name="REQUEST_URI" fullname="$_SERVER["REQUEST_URI"]" type="string" size="16" encoding="base64"><![CDATA[L3hkZWJ1Zy10ZXN0LnBocA==]]></property><property name="SCRIPT_NAME" fullname="$_SERVER["SCRIPT_NAME"]" type="string" size="16" encoding="base64"><![CDATA[L3hkZWJ1Zy10ZXN0LnBocA==]]></property><property name="CONTENT_LENGTH" fullname="$_SERVER["CONTENT_LENGTH"]" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="CONTENT_TYPE" fullname="$_SERVER["CONTENT_TYPE"]" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="REQUEST_METHOD" fullname="$_SERVER["REQUEST_METHOD"]" type="string" size="3" encoding="base64"><![CDATA[R0VU]]></property><property name="QUERY_STRING" fullname="$_SERVER["QUERY_STRING"]" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="FCGI_ROLE" fullname="$_SERVER["FCGI_ROLE"]" type="string" size="9" encoding="base64"><![CDATA[UkVTUE9OREVS]]></property><property name="PHP_SELF" fullname="$_SERVER["PHP_SELF"]" type="string" size="16" encoding="base64"><![CDATA[L3hkZWJ1Zy10ZXN0LnBocA==]]></property><property name="REQUEST_TIME_FLOAT" fullname="$_SERVER["REQUEST_TIME_FLOAT"]" type="float"><![CDATA[1575881716.4755]]></property><property name="REQUEST_TIME" fullname="$_SERVER["REQUEST_TIME"]" type="int"><![CDATA[1575881716]]></property></property></response> [19375] <- context_get -i 32 -d 0 -c 2 [19375] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="32" context="2"></response> [19375] <- run -i 33 [19375] -> <notify xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" name="breakpoint_resolved"><breakpoint type="line" resolved="resolved" filename="file:///srv/www/cultuurbedrijfnop/public_html/xdebug-test.php" lineno="9" state="enabled" hit_count="1" hit_value="0" id="193750018"></breakpoint></notify> [19375] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="run" transaction_id="33" status="break" reason="ok"><xdebug:message filename="file:///srv/www/cultuurbedrijfnop/public_html/xdebug-test.php" lineno="9"></xdebug:message></response> [19375] <- stack_get -i 34 [19375] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="34"><stack where="called_function" level="0" type="file" filename="file:///srv/www/cultuurbedrijfnop/public_html/xdebug-test.php" lineno="9"></stack><stack where="{main}" level="1" type="file" filename="file:///srv/www/cultuurbedrijfnop/public_html/xdebug-test.php" lineno="13"></stack></response> [19375] <- context_get -i 35 -d 0 -c 0 [19375] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="35" context="0"><property name="$break" fullname="$break" type="uninitialized"></property></response> [19375] <- context_get -i 36 -d 0 -c 1 [19375] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="36" context="1"><property name="$_COOKIE" fullname="$_COOKIE" type="array" children="1" numchildren="9" page="0" pagesize="100"><property name="_ga" fullname="$_COOKIE["_ga"]" type="string" size="27" encoding="base64"><![CDATA[R0ExLjIuMjExNTMwNTQzMy4xNTcwNTQwMTEy]]></property><property name="wp-settings-5" fullname="$_COOKIE["wp-settings-5"]" type="string" size="44" encoding="base64"><![CDATA[bGlicmFyeUNvbnRlbnQ9YnJvd3NlJmVkaXRvcj10aW55bWNlJm1mb2xkPW8=]]></property><property name="wp-settings-time-5" fullname="$_COOKIE["wp-settings-time-5"]" type="string" size="10" encoding="base64"><![CDATA[MTU3MTgxODA2NA==]]></property><property name="wp-settings-1" fullname="$_COOKIE["wp-settings-1"]" type="string" size="79" encoding="base64"><![CDATA[aGlkZXRiPTEmbGlicmFyeUNvbnRlbnQ9YnJvd3NlJmVkaXRvcl9wbGFpbl90ZXh0X3Bhc3RlX3dhcm5pbmc9MiZlZGl0b3I9dGlueW1jZQ==]]></property><property name="wp-settings-time-1" fullname="$_COOKIE["wp-settings-time-1"]" type="string" size="10" encoding="base64"><![CDATA[MTU3MjI1MjA1Mg==]]></property><property name="wordpress_e9c4fc8f0d84a393ab800ddee8f26b3b" fullname="$_COOKIE["wordpress_e9c4fc8f0d84a393ab800ddee8f26b3b"]" type="string" size="136" encoding="base64"><![CDATA[RWFnZXJseSBJbnRlcm5ldHwxNTc2ODQ3MDk1fHdUTEFUM0FScFFmWXVjTklLMFk1SWZuQ0djcnNQZ000djBjOGRiZzFnanp8MGY5ODUwOWFiZmRiYjk0MDc3ZTE2MmI2NzY3N2MxN2FiYjVmMGExMzNjZmFlMzllNjUwNzdmZTQyYzcxNmUyMw==]]></property><property name="wordpress_logged_in_e9c4fc8f0d84a393ab800ddee8f26b3b" fullname="$_COOKIE["wordpress_logged_in_e9c4fc8f0d84a393ab800ddee8f26b3b"]" type="string" size="136" encoding="base64"><![CDATA[RWFnZXJseSBJbnRlcm5ldHwxNTc2ODQ3MDk1fHdUTEFUM0FScFFmWXVjTklLMFk1SWZuQ0djcnNQZ000djBjOGRiZzFnanp8MzA5OTkwY2IzNjhhZWU3YzZkNzQ0ZDZlYzU0ZmE0YzJkYjZmZDViZTI0NTYxZmZjZWUzMzIzY2NlNGFhOGZiZg==]]></property><property name="wordpress_test_cookie" fullname="$_COOKIE["wordpress_test_cookie"]" type="string" size="15" encoding="base64"><![CDATA[V1AgQ29va2llIGNoZWNr]]></property><property name="_gid" fullname="$_COOKIE["_gid"]" type="string" size="26" encoding="base64"><![CDATA[R0ExLjIuMzMwMTE1MDM3LjE1NzU4ODA3OTQ=]]></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="36" page="0" pagesize="100"><property name="PATH" fullname="$_SERVER["PATH"]" type="string" size="52" encoding="base64"><![CDATA[L3Nydi93d3cvcGhwY3Mvc2NyaXB0cy86L3Vzci9sb2NhbC9iaW46L3Vzci9iaW46L2Jpbg==]]></property><property name="USER" fullname="$_SERVER["USER"]" type="string" size="8" encoding="base64"><![CDATA[d3d3LWRhdGE=]]></property><property name="HOME" fullname="$_SERVER["HOME"]" type="string" size="8" encoding="base64"><![CDATA[L3Zhci93d3c=]]></property><property name="HTTP_CACHE_CONTROL" fullname="$_SERVER["HTTP_CACHE_CONTROL"]" type="string" size="9" encoding="base64"><![CDATA[bWF4LWFnZT0w]]></property><property name="HTTP_UPGRADE_INSECURE_REQUESTS" fullname="$_SERVER["HTTP_UPGRADE_INSECURE_REQUESTS"]" type="string" size="1" encoding="base64"><![CDATA[MQ==]]></property><property name="HTTP_COOKIE" fullname="$_SERVER["HTTP_COOKIE"]" type="string" size="728" encoding="base64"><![CDATA[X2dhPUdBMS4yLjIxMTUzMDU0MzMuMTU3MDU0MDExMjsgd3Atc2V0dGluZ3MtNT1saWJyYXJ5Q29udGVudCUzRGJyb3dzZSUyNmVkaXRvciUzRHRpbnltY2UlMjZtZm9sZCUzRG87IHdwLXNldHRpbmdzLXRpbWUtNT0xNTcxODE4MDY0OyB3cC1zZXR0aW5ncy0xPWhpZGV0YiUzRDElMjZsaWJyYXJ5Q29udGVudCUzRGJyb3dzZSUyNmVkaXRvcl9wbGFpbl90ZXh0X3Bhc3RlX3dhcm5pbmclM0QyJTI2ZWRpdG9yJTNEdGlueW1jZTsgd3Atc2V0dGluZ3MtdGltZS0xPTE1NzIyNTIwNTI7IHdvcmRwcmVzc19lOWM0ZmM4ZjBkODRhMzkzYWI4MDBkZGVlOGYyNmIzYj1FYWdlcmx5K0ludGVybmV0JTdDMTU3Njg0NzA5NSU3Q3dUTEFUM0FScFFmWXVjTklLMFk1SWZuQ0djcnNQZ000djBjOGRiZzFnanolN0MwZjk4NTA5YWJmZGJiOTQwNzdlMTYyYjY3Njc3YzE3YWJiNWYwYTEzM2NmYWUzOWU2NTA3N2ZlNDJjNzE2ZTIzOyB3b3JkcHJlc3NfbG9nZ2VkX2luX2U5YzRmYzhmMGQ4NGEzOTNhYjgwMGRkZWU4ZjI2YjNiPUVhZ2VybHkrSW50ZXJuZXQlN0MxNTc2ODQ3MDk1JTdDd1RMQVQzQVJwUWZZdWNOSUswWTVJZm5DR2Nyc1BnTTR2MGM4ZGJnMWdqeiU3QzMwOTk5MGNiMzY4YWVlN2M2ZDc0NGQ2ZWM1NGZhNGMyZGI2ZmQ1YmUyNDU2MWZmY2VlMzMyM2NjZTRhYThmYmY7IHdvcmRwcmVzc190ZXN0X2Nvb2tpZT1XUCtDb29raWUrY2hlY2s7IF9naWQ9R0ExLjIuMzMwMTE1MDM3LjE1NzU4ODA3OTQ=]]></property><property name="HTTP_CONNECTION" fullname="$_SERVER["HTTP_CONNECTION"]" type="string" size="10" encoding="base64"><![CDATA[a2VlcC1hbGl2ZQ==]]></property><property name="HTTP_DNT" fullname="$_SERVER["HTTP_DNT"]" type="string" size="1" encoding="base64"><![CDATA[MQ==]]></property><property name="HTTP_ACCEPT_ENCODING" fullname="$_SERVER["HTTP_ACCEPT_ENCODING"]" type="string" size="13" encoding="base64"><![CDATA[Z3ppcCwgZGVmbGF0ZQ==]]></property><property name="HTTP_ACCEPT_LANGUAGE" fullname="$_SERVER["HTTP_ACCEPT_LANGUAGE"]" type="string" size="14" encoding="base64"><![CDATA[ZW4tVVMsZW47cT0wLjU=]]></property><property name="HTTP_ACCEPT" fullname="$_SERVER["HTTP_ACCEPT"]" type="string" size="63" encoding="base64"><![CDATA[dGV4dC9odG1sLGFwcGxpY2F0aW9uL3hodG1sK3htbCxhcHBsaWNhdGlvbi94bWw7cT0wLjksKi8qO3E9MC44]]></property><property name="HTTP_USER_AGENT" fullname="$_SERVER["HTTP_USER_AGENT"]" type="string" size="76" encoding="base64"><![CDATA[TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjcwLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNzAuMA==]]></property><property name="HTTP_HOST" fullname="$_SERVER["HTTP_HOST"]" type="string" size="22" encoding="base64"><![CDATA[Y3VsdHV1cmJlZHJpamZub3AudGVzdA==]]></property><property name="SCRIPT_FILENAME" fullname="$_SERVER["SCRIPT_FILENAME"]" type="string" size="54" encoding="base64"><![CDATA[L3Nydi93d3cvY3VsdHV1cmJlZHJpamZub3AvcHVibGljX2h0bWwveGRlYnVnLXRlc3QucGhw]]></property><property name="REDIRECT_STATUS" fullname="$_SERVER["REDIRECT_STATUS"]" type="string" size="3" encoding="base64"><![CDATA[MjAw]]></property><property name="SERVER_NAME" fullname="$_SERVER["SERVER_NAME"]" type="string" size="22" encoding="base64"><![CDATA[Y3VsdHV1cmJlZHJpamZub3AudGVzdA==]]></property><property name="SERVER_PORT" fullname="$_SERVER["SERVER_PORT"]" type="string" size="2" encoding="base64"><![CDATA[ODA=]]></property><property name="SERVER_ADDR" fullname="$_SERVER["SERVER_ADDR"]" type="string" size="12" encoding="base64"><![CDATA[MTkyLjE2OC41MC40]]></property><property name="REMOTE_PORT" fullname="$_SERVER["REMOTE_PORT"]" type="string" size="5" encoding="base64"><![CDATA[MzQxOTI=]]></property><property name="REMOTE_ADDR" fullname="$_SERVER["REMOTE_ADDR"]" type="string" size="12" encoding="base64"><![CDATA[MTkyLjE2OC41MC4x]]></property><property name="SERVER_SOFTWARE" fullname="$_SERVER["SERVER_SOFTWARE"]" type="string" size="12" encoding="base64"><![CDATA[bmdpbngvMS4xNy42]]></property><property name="GATEWAY_INTERFACE" fullname="$_SERVER["GATEWAY_INTERFACE"]" type="string" size="7" encoding="base64"><![CDATA[Q0dJLzEuMQ==]]></property><property name="REQUEST_SCHEME" fullname="$_SERVER["REQUEST_SCHEME"]" type="string" size="4" encoding="base64"><![CDATA[aHR0cA==]]></property><property name="SERVER_PROTOCOL" fullname="$_SERVER["SERVER_PROTOCOL"]" type="string" size="8" encoding="base64"><![CDATA[SFRUUC8xLjE=]]></property><property name="DOCUMENT_ROOT" fullname="$_SERVER["DOCUMENT_ROOT"]" type="string" size="38" encoding="base64"><![CDATA[L3Nydi93d3cvY3VsdHV1cmJlZHJpamZub3AvcHVibGljX2h0bWw=]]></property><property name="DOCUMENT_URI" fullname="$_SERVER["DOCUMENT_URI"]" type="string" size="16" encoding="base64"><![CDATA[L3hkZWJ1Zy10ZXN0LnBocA==]]></property><property name="REQUEST_URI" fullname="$_SERVER["REQUEST_URI"]" type="string" size="16" encoding="base64"><![CDATA[L3hkZWJ1Zy10ZXN0LnBocA==]]></property><property name="SCRIPT_NAME" fullname="$_SERVER["SCRIPT_NAME"]" type="string" size="16" encoding="base64"><![CDATA[L3hkZWJ1Zy10ZXN0LnBocA==]]></property><property name="CONTENT_LENGTH" fullname="$_SERVER["CONTENT_LENGTH"]" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="CONTENT_TYPE" fullname="$_SERVER["CONTENT_TYPE"]" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="REQUEST_METHOD" fullname="$_SERVER["REQUEST_METHOD"]" type="string" size="3" encoding="base64"><![CDATA[R0VU]]></property><property name="QUERY_STRING" fullname="$_SERVER["QUERY_STRING"]" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="FCGI_ROLE" fullname="$_SERVER["FCGI_ROLE"]" type="string" size="9" encoding="base64"><![CDATA[UkVTUE9OREVS]]></property><property name="PHP_SELF" fullname="$_SERVER["PHP_SELF"]" type="string" size="16" encoding="base64"><![CDATA[L3hkZWJ1Zy10ZXN0LnBocA==]]></property><property name="REQUEST_TIME_FLOAT" fullname="$_SERVER["REQUEST_TIME_FLOAT"]" type="float"><![CDATA[1575881716.4755]]></property><property name="REQUEST_TIME" fullname="$_SERVER["REQUEST_TIME"]" type="int"><![CDATA[1575881716]]></property></property></response> [19375] <- context_get -i 37 -d 0 -c 2 [19375] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="37" context="2"></response> [19375] <- run -i 38 [19375] -> <stream xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" type="stdout" encoding="base64"><![CDATA[Q29udGVudC10eXBlOiB0ZXh0L2h0bWw7IGNoYXJzZXQ9VVRGLTg=]]></stream> [19375] -> <stream xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" type="stdout" encoding="base64"><![CDATA[DQo=]]></stream> [19375] -> <stream xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" type="stdout" encoding="base64"><![CDATA[DQo=]]></stream> [19375] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="run" transaction_id="38" status="stopping" reason="ok"></response> [19375] <- run -i 39 [19375] Log closed at 2019-12-09 08:55:23 | ||||
Operating System | Ubuntu + https://github.com/Varying-Vagrant-Vagrants/VVV | ||||
PHP Version | 7.3.10-7.3.14 | ||||
|
I've added a comment at the JetBrains tracker, but I'm copying it in here, to have it all in one spot too: Hi, I had a look, and what @LazyOne writes is pretty much spot on, except for the point where you call it an "issue". This is a deliberate change to make breakpoints "stick" in case you inadvertently put them on a line where PHP doesn't have code generated for. The case is lined out in an article that I wrote that about a year ago, and which was first implemented in Xdebug 2.8 (on request from JetBrains, FWIW). I'll try to explain what happens. If you set Line breakpoints are set with filename and line values, with the intention that Xdebug stops when code on that line gets executed. In some cases (as is explain in my article), PHP doesn't generate internal code on the lines that you expect. Xdebug, with the Xdebug does this whenever a new function scope gets entered (which includes entering an included/required file). For this walk through, we look at PHP 7.3. With 7.4 this issue shows up less frequently, because it has optimised some more lines of (internal) code away. Let's take this as file contents:
With breakpoints set on line
filename: /home/derick/dev/php/derickr-xdebug/tests/debugger/bug01727.inc function name: (null) number of ops: 8 compiled vars: none line #* E I O op fetch ext return operands 3 0 E > EXT_STMT As there is no executable line 4 or 9, the resolving mechanism starts at the given line, and scans forwards for a maximum of 5 lines. Which means that
function name: called_function number of ops: 4 compiled vars: none line #* E I O op fetch ext return operands 8 0 E > EXT_NOP And hence, it stops as a third time on line The scanning of 5 lines forwards was picked as a compromise between not missing lines of code to be executed, and also to make sure that it wouldn't read "outside of the function". The latter seems to have happened here, because your functions are really short, and neither of them have a usually customary docblock either. I believe this is an outlier, as so much code in for example this Symfony file shows: https://github.com/symfony/symfony/blob/master/src/Symfony/Component/DomCrawler/Crawler.php#L205 — as docblocks are usually at least 5 lines large, the situation that you ran into here is almost never a problem, although of course, an occasional false positive can occur. Now the question is, does it warrant reducing the max scan lines from |
|
This is now fixed in the xdebug_2_9 branch in GIT. It would be lovely if you could try this out before I put it in a release! |
|
I confirm that this fix works, at least given the original report. Using the code from the report in https://github.com/drud/ddev/issues/1996: Ubuntu 18.04, php-dev (7.2)
The xdebug version 3.0.0-dev of the master build did confuse me :) Thanks for all the effort on this @derick ! And thanks for the years of effort maintaining a fundamental resource. |
|
@derick, |
Date Modified | Username | Field | Change |
---|---|---|---|
2019-12-09 09:23 | janw.me | New Issue | |
2019-12-09 09:23 | janw.me | File Added: xdebug-test.php.png | |
2019-12-09 09:23 | janw.me | File Added: xdebug-remote.log | |
2019-12-09 09:23 | janw.me | File Added: xdebug-test.php | |
2019-12-09 09:23 | janw.me | File Added: x-debug ini settings.png | |
2019-12-12 17:35 | derick | Note Added: 0005207 | |
2020-01-12 14:48 | derick | Summary | PHPStrorm stops on function definition => Debugger stops more often than expected due to resolving breakpoints |
2020-01-12 14:48 | derick | Target Version | => 2.9.1 |
2020-01-13 00:09 | derick | Assigned To | => derick |
2020-01-13 00:09 | derick | Status | new => closed |
2020-01-13 00:09 | derick | Resolution | open => fixed |
2020-01-13 00:09 | derick | Fixed in Version | => 2.9.1 |
2020-01-13 00:09 | derick | Note Added: 0005214 | |
2020-01-14 21:16 | rfay | Note Added: 0005216 | |
2020-01-26 21:53 | janw.me | Note Added: 0005224 | |
2020-03-12 16:33 | derick | Category | Remote Debugging => Step Debugging |