Guest User

Untitled

a guest
Sep 29th, 2014
609
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. Log opened at 2014-09-29 10:16:56
  2. -> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///vagrant/web/index.php" language="PHP" protocol_version="1.0" appid="9810" idekey="16243"><engine version="2.1.0"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2010 by Derick Rethans]]></copyright></init>
  3.  
  4. <- feature_set -i 1 -n show_hidden -v 1
  5. -> <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>
  6.  
  7. <- feature_set -i 2 -n max_depth -v 1
  8. -> <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>
  9.  
  10. <- feature_set -i 3 -n max_children -v 100
  11. -> <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>
  12.  
  13. <- status -i 4
  14. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="status" transaction_id="4" status="starting" reason="ok"></response>
  15.  
  16. <- step_into -i 5
  17. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="step_into" transaction_id="5" status="break" reason="ok"><xdebug:message filename="file:///vagrant/web/index.php" lineno="8"></xdebug:message></response>
  18.  
  19. <- breakpoint_set -i 6 -t line -f file:///vagrant/inc/date-widget-class.php -n 163
  20. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="6" id="98100001"></response>
  21.  
  22. <- stack_get -i 7
  23. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="7"><stack where="{main}" level="0" type="file" filename="file:///vagrant/web/index.php" lineno="8"></stack></response>
  24.  
  25. <- run -i 8
  26. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="run" transaction_id="8" status="stopping" reason="ok"></response>
  27.  
  28. <- run -i 9
  29. Log closed at 2014-09-29 10:16:56
  30.  
  31. Log opened at 2014-09-29 10:17:54
Advertisement
Add Comment
Please, Sign In to add comment