Advertisement
Guest User

Untitled

a guest
Feb 18th, 2020
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. [17193] Log opened at 2020-02-18 18:56:51
  2. [17193] I: Connecting to configured address/port: localhost:9000.
  3. [17193] I: Connected to client. :-)
  4. [17193] -> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" fileuri="file:///Users/henry/Documents/IncentFit/incentfit-website/webapp/bin/incentfit.php" language="PHP" xdebug:language_version="7.4.1" protocol_version="1.0" appid="17193" idekey="VSCODE."><engine version="2.9.2"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[https://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2020 by Derick Rethans]]></copyright></init>
  5.  
  6. [17193] <- feature_set -i 1 -n max_children -v 256
  7. [17193] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="1" feature="max_children" success="1"></response>
  8.  
  9. [17193] <- feature_set -i 2 -n max_data -v -1
  10. [17193] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="2" feature="max_data" success="1"></response>
  11.  
  12. [17193] <- feature_set -i 3 -n max_depth -v 5
  13. [17193] -> <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>
  14.  
  15. [17193] <- feature_set -i 4 -n ignore -v /Users/henry/.composer/vendor/*
  16. [17193] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://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>
  17.  
  18. [17193] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="4" status="stopping" reason="ok"></response>
  19.  
  20. [17193] Log closed at 2020-02-18 18:56:51
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement