AshotBarkhudaryan

Untitled

May 10th, 2017
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 4.30 KB | None | 0 0
  1. Log opened at 2017-05-10 07:38:58
  2. I: Connecting to configured address/port: localhost:9001.
  3. I: Connected to client. :-)
  4. -> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/ramex/frontend/web/index.php" language="PHP" xdebug:language_version="7.0.4-5ubuntu1" protocol_version="1.0" appid="15711" idekey="13462"><engine version="2.4.0"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2016 by Derick Rethans]]></copyright></init>
  5.  
  6. <- run -i 15
  7. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="run" transaction_id="15" status="stopping" reason="ok"></response>
  8.  
  9. <- run -i 16
  10. Log closed at 2017-05-10 07:39:06
  11.  
  12. <- feature_set -i 1 -n show_hidden -v 1
  13. -> <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>
  14.  
  15. <- feature_set -i 2 -n max_depth -v 1
  16. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="2" feature="max_depth" success="1"></response>
  17.  
  18. <- feature_set -i 3 -n max_children -v 100
  19. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="3" feature="max_children" success="1"></response>
  20.  
  21. <- feature_set -i 4 -n extended_properties -v 1
  22. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="4" status="starting" reason="ok"><error code="3"><message><![CDATA[invalid or missing options]]></message></error></response>
  23.  
  24. <- status -i 5
  25. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="status" transaction_id="5" status="starting" reason="ok"></response>
  26.  
  27. <- step_into -i 6
  28. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="step_into" transaction_id="6" status="break" reason="ok"><xdebug:message filename="file:///var/www/ramex/frontend/web/index.php" lineno="2"></xdebug:message></response>
  29.  
  30. <- breakpoint_set -i 7 -t line -f file:///var/www/ramex/frontend/web/index.php -n 12
  31. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="7" id="157110011"></response>
  32.  
  33. <- stack_get -i 8
  34. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="8"><stack where="{main}" level="0" type="file" filename="file:///var/www/ramex/frontend/web/index.php" lineno="2"></stack></response>
  35.  
  36. <- run -i 9
  37. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="run" transaction_id="9" status="break" reason="ok"><xdebug:message filename="file:///var/www/ramex/frontend/web/index.php" lineno="12"></xdebug:message></response>
  38.  
  39. <- stack_get -i 10
  40. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="10"><stack where="{main}" level="0" type="file" filename="file:///var/www/ramex/frontend/web/index.php" lineno="12"></stack></response>
  41.  
  42. <- context_names -i 11
  43. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_names" transaction_id="11"><context name="Locals" id="0"></context><context name="Superglobals" id="1"></context><context name="User defined constants" id="2"></context></response>
  44.  
  45. <- context_get -i 12 -d 0 -c 0
  46. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="12" context="0"><property name="$application" fullname="$application" type="uninitialized"></property><property name="$config" fullname="$config" type="uninitialized"></property><property name="$isLocal" fullname="$isLocal" type="uninitialized"></property><property name="$localConfig" fullname="$localConfig" type="uninitialized"></property></response>
  47.  
  48.  
  49. <- context_get -i 14 -d 0 -c 2
  50. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="14" context="2"></response>
Add Comment
Please, Sign In to add comment