michal_m

Untitled

Apr 3rd, 2015
426
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.97 KB | None | 0 0
  1. `Log opened at 2015-04-03 05:58:01
  2. I: Checking remote connect back address.
  3. I: Remote address found, connecting to 192.168.100.4:9000.
  4. I: Connected to client. :-)
  5. -> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///media/sf_code/web2/htdocs/explorer_dev.php" language="PHP" protocol_version="1.0" appid="3270" idekey="ECLIPSE_DBGP"><engine version="2.3.2"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2015 by Derick Rethans]]></copyright></init>
  6.  
  7. <- feature_set -i 73 -n show_hidden -v 1
  8. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="73" feature="show_hidden" success="1"></response>
  9.  
  10. <- feature_set -i 74 -n max_depth -v 3
  11. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="74" feature="max_depth" success="1"></response>
  12.  
  13. <- feature_set -i 75 -n max_children -v 31
  14. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="75" feature="max_children" success="1"></response>
  15.  
  16. <- feature_set -i 76 -n max_data -v 1024
  17. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="76" feature="max_data" success="1"></response>
  18.  
  19. <- feature_get -i 77 -n encoding
  20. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_get" transaction_id="77" feature_name="encoding" supported="1"><![CDATA[iso-8859-1]]></response>
  21.  
  22. <- feature_get -i 78 -n supports_async
  23. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_get" transaction_id="78" feature_name="supports_async" supported="1"><![CDATA[0]]></response>
  24.  
  25. <- stdout -i 79 -c 1
  26. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stdout" transaction_id="79" success="1"></response>
  27.  
  28. <- stderr -i 80 -c 1
  29. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stderr" transaction_id="80" success="0"></response>
  30.  
  31. -> <stream xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" type="stdout" encoding="base64"><![CDATA[PGh0b... (CUT) ...1sPg==]]></stream>
  32.  
  33. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stderr" transaction_id="80" status="stopping" reason="ok"></response>
  34.  
  35. Log closed at 2015-04-03 05:58:02
  36.  
  37. Log opened at 2015-04-03 05:58:02
  38. I: Checking remote connect back address.
  39. I: Remote address found, connecting to 192.168.100.4:9000.
  40. I: Connected to client. :-)
  41. -> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///media/sf_code/web2/htdocs/explorer_dev.php" language="PHP" protocol_version="1.0" appid="3270" idekey="ECLIPSE_DBGP"><engine version="2.3.2"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2015 by Derick Rethans]]></copyright></init>
  42.  
  43. <- feature_set -i 81 -n show_hidden -v 1
  44. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="81" feature="show_hidden" success="1"></response>
  45.  
  46. <- feature_set -i 82 -n max_depth -v 3
  47. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="82" feature="max_depth" success="1"></response>
  48.  
  49. <- feature_set -i 83 -n max_children -v 31
  50. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="83" feature="max_children" success="1"></response>
  51.  
  52. <- feature_set -i 84 -n max_data -v 1024
  53. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="84" feature="max_data" success="1"></response>
  54.  
  55. <- feature_get -i 85 -n encoding
  56. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_get" transaction_id="85" feature_name="encoding" supported="1"><![CDATA[iso-8859-1]]></response>
  57.  
  58. <- feature_get -i 86 -n supports_async
  59. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_get" transaction_id="86" feature_name="supports_async" supported="1"><![CDATA[0]]></response>
  60.  
  61. <- stdout -i 87 -c 1
  62. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stdout" transaction_id="87" success="1"></response>
  63.  
  64. <- stderr -i 88 -c 1
  65. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stderr" transaction_id="88" success="0"></response>
  66.  
  67. -> <stream xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" type="stdout" encoding="base64"><![CDATA[PCFET... (CUT) ...bD4K]]></stream>
  68.  
  69. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stderr" transaction_id="88" status="stopping" reason="ok"></response>
  70.  
  71. Log closed at 2015-04-03 05:58:04
  72.  
  73. Log opened at 2015-04-03 05:58:04
  74. I: Checking remote connect back address.
  75. I: Remote address found, connecting to 192.168.100.4:9000.
  76. I: Connected to client. :-)
  77. -> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///media/sf_code/web2/htdocs/explorer_dev.php" language="PHP" protocol_version="1.0" appid="3271" idekey="ECLIPSE_DBGP"><engine version="2.3.2"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2015 by Derick Rethans]]></copyright></init>
  78.  
  79. <- feature_set -i 89 -n show_hidden -v 1
  80. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="89" feature="show_hidden" success="1"></response>
  81.  
  82. <- feature_set -i 90 -n max_depth -v 3
  83. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="90" feature="max_depth" success="1"></response>
  84.  
  85. <- feature_set -i 91 -n max_children -v 31
  86. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="91" feature="max_children" success="1"></response>
  87.  
  88. <- feature_set -i 92 -n max_data -v 1024
  89. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="92" feature="max_data" success="1"></response>
  90.  
  91. <- feature_get -i 93 -n encoding
  92. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_get" transaction_id="93" feature_name="encoding" supported="1"><![CDATA[iso-8859-1]]></response>
  93.  
  94. <- feature_get -i 94 -n supports_async
  95. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_get" transaction_id="94" feature_name="supports_async" supported="1"><![CDATA[0]]></response>
  96.  
  97. <- stdout -i 95 -c 1
  98. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stdout" transaction_id="95" success="1"></response>
  99.  
  100. <- stderr -i 96 -c 1
  101. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stderr" transaction_id="96" success="0"></response>
  102.  
  103. -> <stream xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" type="stdout" encoding="base64"><![CDATA[iVBORw... (CUT) ...QmCC]]></stream>
  104.  
  105. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stderr" transaction_id="96" status="stopping" reason="ok"></response>
  106.  
  107. Log closed at 2015-04-03 05:58:04
Advertisement
Add Comment
Please, Sign In to add comment