Advertisement
Guest User

Untitled

a guest
Nov 6th, 2018
338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.77 KB | None | 0 0
  1. [3038] Log opened at 2018-11-06 23:44:42
  2. [3038] I: Connecting to configured address/port: 127.0.0.1:9111.
  3. [3038] I: Connected to client. :-)
  4. [3038] -> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" fileuri="file:///vagrant/testapp/index.php" language="PHP" xdebug:language_version="7.2.11-3+ubuntu18.04.1+deb.sury.org+1" protocol_version="1.0" appid="3038" idekey="PHPSTORM"><engine version="2.7.0beta2-dev"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[https://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2018 by Derick Rethans]]></copyright></init>
  5. [3038]
  6. [3038] <- feature_set -i 1 -n show_hidden -v 1
  7. [3038] -> <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>
  8. [3038]
  9. [3038] <- feature_set -i 2 -n max_depth -v 1
  10. [3038] -> <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>
  11. [3038]
  12. [3038] <- feature_set -i 3 -n max_children -v 100
  13. [3038] -> <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>
  14. [3038]
  15. [3038] <- feature_set -i 4 -n extended_properties -v 1
  16. [3038] -> <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>
  17. [3038]
  18. [3038] <- feature_set -i 5 -n notify_ok -v 1
  19. [3038] -> <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>
  20. [3038]
  21. [3038] <- stdout -i 6 -c 1
  22. [3038] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="stdout" transaction_id="6" success="1"></response>
  23. [3038]
  24. [3038] <- status -i 7
  25. [3038] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="status" transaction_id="7" status="starting" reason="ok"></response>
  26. [3038]
  27. [3038] <- step_into -i 8
  28. [3038] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="step_into" transaction_id="8" status="break" reason="ok"><xdebug:message filename="file:///vagrant/testapp/index.php" lineno="3"></xdebug:message></response>
  29. [3038]
  30. [3038] <- eval -i 9 -- aXNzZXQoJF9TRVJWRVJbJ1BIUF9JREVfQ09ORklHJ10p
  31. [3038] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="eval" transaction_id="9"><property type="bool"><![CDATA[0]]></property></response>
  32. [3038]
  33. [3038] <- eval -i 10 -- aXNzZXQoJF9TRVJWRVJbJ1NFUlZFUl9OQU1FJ10p
  34. [3038] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="eval" transaction_id="10"><property type="bool"><![CDATA[1]]></property></response>
  35. [3038]
  36. [3038] <- eval -i 11 -- KHN0cmluZykoJF9TRVJWRVJbJ1NFUlZFUl9OQU1FJ10p
  37. [3038] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="eval" transaction_id="11"><property type="string" size="11" encoding="base64"><![CDATA[bXlzaXRlLnRlc3Q=]]></property></response>
  38. [3038]
  39. [3038] <- eval -i 12 -- KHN0cmluZykoJF9TRVJWRVJbJ1NFUlZFUl9QT1JUJ10p
  40. [3038] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="eval" transaction_id="12"><property type="string" size="2" encoding="base64"><![CDATA[ODA=]]></property></response>
  41. [3038]
  42. [3038] <- eval -i 13 -- KHN0cmluZykoJF9TRVJWRVJbJ1JFUVVFU1RfVVJJJ10p
  43. [3038] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="eval" transaction_id="13"><property type="string" size="1" encoding="base64"><![CDATA[Lw==]]></property></response>
  44. [3038]
  45. [3038] <- breakpoint_set -i 14 -t line -f file:///vagrant/testapp/index.php -n 5
  46. [3038] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="14" id="30380001"></response>
  47. [3038]
  48. [3038] <- stack_get -i 15
  49. [3038] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="15"><stack where="{main}" level="0" type="file" filename="file:///vagrant/testapp/index.php" lineno="3"></stack></response>
  50. [3038]
  51. [3038] <- run -i 16
  52. [3038] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="run" transaction_id="16" status="break" reason="ok"><xdebug:message filename="file:///vagrant/testapp/index.php" lineno="5"></xdebug:message></response>
  53. [3038]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement