martomo / SublimeTextXdebug

Xdebug debugger client for Sublime Text
MIT License
564 stars 89 forks source link

Issue TypeError: character mapping must return integer, None or unicode #81

Closed minhlaoleu closed 10 years ago

minhlaoleu commented 10 years ago

Hi, when i debug, the context show nothing. This is my console:

startup, version: 2221 linux x64 channel: stable
executable: /opt/sublime_text_2/sublime_text
working dir: /home/quangminh
packages path: /home/quangminh/.config/sublime-text-2/Packages
settings path: /home/quangminh/.config/sublime-text-2/Settings
PackageSetup not required
Py_GetProgramName(): sublime_text
Py_GetExecPrefix(): .
Py_GetProgramFullPath(): 
Py_GetPath(): ./lib/python26.zip:./lib/python2.6/:./lib/python2.6/plat-linux2:./lib/python2.6/lib-tk:./lib/python2.6/lib-old:./lib/python2.6/lib-dynload
Py_GetPythonHome(): .
catalogue loaded
found 5 files for base name Default.sublime-keymap
found 1 files for base name Default.sublime-mousemap
found 3 files for base name Main.sublime-menu
Reloading plugin /home/quangminh/.config/sublime-text-2/Packages/CSS/css_completions.py
Reloading plugin /home/quangminh/.config/sublime-text-2/Packages/Default/comment.py
Reloading plugin /home/quangminh/.config/sublime-text-2/Packages/Default/copy_path.py
Reloading plugin /home/quangminh/.config/sublime-text-2/Packages/Default/delete_word.py
Reloading plugin /home/quangminh/.config/sublime-text-2/Packages/Default/detect_indentation.py
Reloading plugin /home/quangminh/.config/sublime-text-2/Packages/Default/duplicate_line.py
Reloading plugin /home/quangminh/.config/sublime-text-2/Packages/Default/echo.py
Reloading plugin /home/quangminh/.config/sublime-text-2/Packages/Default/exec.py
Reloading plugin /home/quangminh/.config/sublime-text-2/Packages/Default/fold.py
Reloading plugin /home/quangminh/.config/sublime-text-2/Packages/Default/font.py
Reloading plugin /home/quangminh/.config/sublime-text-2/Packages/Default/goto_line.py
Reloading plugin /home/quangminh/.config/sublime-text-2/Packages/Default/indentation.py
Reloading plugin /home/quangminh/.config/sublime-text-2/Packages/Default/kill_ring.py
Reloading plugin /home/quangminh/.config/sublime-text-2/Packages/Default/mark.py
Reloading plugin /home/quangminh/.config/sublime-text-2/Packages/Default/new_templates.py
Reloading plugin /home/quangminh/.config/sublime-text-2/Packages/Default/open_file_settings.py
Reloading plugin /home/quangminh/.config/sublime-text-2/Packages/Default/open_in_browser.py
Reloading plugin /home/quangminh/.config/sublime-text-2/Packages/Default/paragraph.py
Reloading plugin /home/quangminh/.config/sublime-text-2/Packages/Default/save_on_focus_lost.py
Reloading plugin /home/quangminh/.config/sublime-text-2/Packages/Default/scroll.py
Reloading plugin /home/quangminh/.config/sublime-text-2/Packages/Default/set_unsaved_view_name.py
Reloading plugin /home/quangminh/.config/sublime-text-2/Packages/Default/side_bar.py
Reloading plugin /home/quangminh/.config/sublime-text-2/Packages/Default/sort.py
Reloading plugin /home/quangminh/.config/sublime-text-2/Packages/Default/swap_line.py
Reloading plugin /home/quangminh/.config/sublime-text-2/Packages/Default/switch_file.py
Reloading plugin /home/quangminh/.config/sublime-text-2/Packages/Default/transform.py
Reloading plugin /home/quangminh/.config/sublime-text-2/Packages/Default/transpose.py
Reloading plugin /home/quangminh/.config/sublime-text-2/Packages/Default/trim_trailing_white_space.py
Reloading plugin /home/quangminh/.config/sublime-text-2/Packages/Diff/diff.py
Reloading plugin /home/quangminh/.config/sublime-text-2/Packages/HTML/encode_html_entities.py
Reloading plugin /home/quangminh/.config/sublime-text-2/Packages/HTML/html_completions.py
Reloading plugin /home/quangminh/.config/sublime-text-2/Packages/Package Control/Package Control.py
Reloading plugin /home/quangminh/.config/sublime-text-2/Packages/Xdebug Client/main.py
./xdebug/elementtree/SimpleXMLTreeBuilder.py:60: DeprecationWarning: The xmllib module is obsolete.  Use xml.sax instead.
  import xmllib, string
plugin init time: 0.121294
loading bindings
loading pointer bindings
found 1 files for base name Default.sublime-theme
theme loaded
app ready
pre session restore time: 0.219247
using gamma: 1 (err: 0)
startup cache, total files: 100 cache hits: 100
startup time: 0.386766 (package setup was not run)
loaded 926 snippets
Package Control: Skipping automatic upgrade, last run at 2014-05-23 08:59:36, next run at 2014-05-23 09:59:36 or after
Exception in thread Thread-6:
Traceback (most recent call last):
  File ".\threading.py", line 532, in __bootstrap_inner
  File "./xdebug/session.py", line 148, in run
  File "./xdebug/session.py", line 242, in execute
  File "./xdebug/session.py", line 274, in get_context_values
  File "./xdebug/protocol.py", line 188, in read
  File ".\xml\etree\ElementTree.py", line 963, in XML
  File "./xdebug/elementtree/SimpleXMLTreeBuilder.py", line 84, in feed
  File ".\xmllib.py", line 172, in feed
  File ".\xmllib.py", line 281, in goahead
  File ".\xmllib.py", line 610, in parse_starttag
  File ".\xmllib.py", line 586, in parse_attributes
TypeError: character mapping must return integer, None or unicode

Exception in thread Thread-11:
Traceback (most recent call last):
  File ".\threading.py", line 532, in __bootstrap_inner
  File "./xdebug/session.py", line 148, in run
  File "./xdebug/session.py", line 242, in execute
  File "./xdebug/session.py", line 274, in get_context_values
  File "./xdebug/protocol.py", line 188, in read
  File ".\xml\etree\ElementTree.py", line 963, in XML
  File "./xdebug/elementtree/SimpleXMLTreeBuilder.py", line 84, in feed
  File ".\xmllib.py", line 172, in feed
  File ".\xmllib.py", line 281, in goahead
  File ".\xmllib.py", line 610, in parse_starttag
  File ".\xmllib.py", line 586, in parse_attributes
TypeError: character mapping must return integer, None or unicode

And this my system info:

Xubuntu 14.10
Sublime text 2
Testing on localhost using The easiest xdebug 2.0 on firefox

And my configuration:

{
    "folders":
    [
        {
            "follow_symlinks": true,
            "path": "/home/quangminh/www"
        }
    ],
    "settings":
    {
        "xdebug": {
            "url": "http://localhost/",
            "super_globals": true,
            "close_on_stop": true
        }
    }
}

xdebug.ini

zend_extension=/usr/lib/php5/20121212/xdebug.so

xdebug.remote_enable = 1
xdebug.remote_port = 9000
xdebug.remote_handler = "dbgp"
xdebug.remote_mode = req
xdebug.remote_connect_back = 1
xdebug.remote_log = "/tmp/xdebug.log"
xdebug.max_nesting_level = 200
xdebug.profiler_enable_trigger = 1
xdebug.profiler_enable = 1

xdebug.log

Log opened at 2014-05-23 02:51:33
I: Checking remote connect back address.
I: Remote address found, connecting to 127.0.0.1:9000.
E: Could not connect to client. :-(
Log closed at 2014-05-23 02:51:33

Log opened at 2014-05-23 02:51:39
I: Checking remote connect back address.
I: Remote address found, connecting to 127.0.0.1:9000.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///home/quangminh/www/test.php" language="PHP" protocol_version="1.0" appid="14172" idekey="sublime.xdebug"><engine version="2.2.3"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2013 by Derick Rethans]]></copyright></init>

<- feature_set -i 1 -v 1 -n show_hidden
-> <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>

<- feature_set -i 2 -v 32 -n max_children
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="2" feature="max_children" success="1"></response>

<- feature_set -i 3 -v 1024 -n max_data
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="3" feature="max_data" success="1"></response>

<- feature_set -i 4 -v 1 -n max_depth
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="4" feature="max_depth" success="1"></response>

<- breakpoint_set -i 5 -n 15 -t line -f file%3A///home/quangminh/www/ptc/application/controllers/backend/products.php
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="5" id="141720001"></response>

<- breakpoint_set -i 6 -n 8 -t line -f file%3A///home/quangminh/www/test.php
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="6" id="141720002"></response>

<- breakpoint_set -i 7 -n 10 -t line -f file%3A///home/quangminh/www/test.php
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="7" id="141720003"></response>

<- breakpoint_set -i 8 -x "Fatal error" -t exception
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="8" id="141720004"></response>

<- breakpoint_set -i 9 -x "Catchable fatal error" -t exception
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="9" id="141720005"></response>

<- breakpoint_set -i 10 -x "Warning" -t exception
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="10" id="141720006"></response>

<- breakpoint_set -i 11 -x "Parse error" -t exception
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="11" id="141720007"></response>

<- breakpoint_set -i 12 -x "Notice" -t exception
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="12" id="141720008"></response>

<- breakpoint_set -i 13 -x "Strict standards" -t exception
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="13" id="141720009"></response>

<- breakpoint_set -i 14 -x "Deprecated" -t exception
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="14" id="141720010"></response>

<- breakpoint_set -i 15 -x "Xdebug" -t exception
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="15" id="141720011"></response>

<- breakpoint_set -i 16 -x "Unknown error" -t exception
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="16" id="141720012"></response>

<- run -i 17
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="run" transaction_id="17" status="break" reason="ok"><xdebug:message filename="file:///home/quangminh/www/test.php" lineno="8"></xdebug:message></response>

<- context_get -i 18 -c 1
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="18" context="1"><property name="$_COOKIE" fullname="$_COOKIE" address="140083100819720" type="array" children="1" numchildren="3" page="0" pagesize="32"><property name="XDEBUG_TRACE" fullname="$_COOKIE[&#39;XDEBUG_TRACE&#39;]" address="140083100820336" type="string" size="1" encoding="base64"><![CDATA[MQ==]]></property><property name="XDEBUG_PROFILE" fullname="$_COOKIE[&#39;XDEBUG_PROFILE&#39;]" address="140083100820784" type="string" size="1" encoding="base64"><![CDATA[MQ==]]></property><property name="XDEBUG_SESSION" fullname="$_COOKIE[&#39;XDEBUG_SESSION&#39;]" address="140083100821152" type="string" size="14" encoding="base64"><![CDATA[c3VibGltZS14ZGVidWc=]]></property></property><property name="$_ENV" fullname="$_ENV" address="140083100821616" type="array" children="0" numchildren="0" page="0" pagesize="32"></property><property name="$_FILES" fullname="$_FILES" address="140083100821392" type="array" children="0" numchildren="0" page="0" pagesize="32"></property><property name="$_GET" fullname="$_GET" address="140083100817944" type="array" children="1" numchildren="1" page="0" pagesize="32"><property name="XDEBUG_SESSION_START" fullname="$_GET[&#39;XDEBUG_SESSION_START&#39;]" address="140083100818640" type="string" size="14" encoding="base64"><![CDATA[c3VibGltZS54ZGVidWc=]]></property></property><property name="$_POST" fullname="$_POST" address="140083100819496" type="array" children="0" numchildren="0" page="0" pagesize="32"></property><property name="$_REQUEST" fullname="$_REQUEST" address="140083100821840" type="array" children="1" numchildren="1" page="0" pagesize="32"><property name="XDEBUG_SESSION_START" fullname="$_REQUEST[&#39;XDEBUG_SESSION_START&#39;]" address="140083100818640" type="string" size="14" encoding="base64"><![CDATA[c3VibGltZS54ZGVidWc=]]></property></property><property name="$_SERVER" fullname="$_SERVER" address="140083100822176" type="array" children="1" numchildren="30" page="0" pagesize="32"><property name="HTTP_HOST" fullname="$_SERVER[&#39;HTTP_HOST&#39;]" address="140083100822744" type="string" size="9" encoding="base64"><![CDATA[bG9jYWxob3N0]]></property><property name="HTTP_USER_AGENT" fullname="$_SERVER[&#39;HTTP_USER_AGENT&#39;]" address="140083100823320" type="string" size="76" encoding="base64"><![CDATA[TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjI5LjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMjkuMA==]]></property><property name="HTTP_ACCEPT" fullname="$_SERVER[&#39;HTTP_ACCEPT&#39;]" address="140083100823784" type="string" size="63" encoding="base64"><![CDATA[dGV4dC9odG1sLGFwcGxpY2F0aW9uL3hodG1sK3htbCxhcHBsaWNhdGlvbi94bWw7cT0wLjksKi8qO3E9MC44]]></property><property name="HTTP_ACCEPT_LANGUAGE" fullname="$_SERVER[&#39;HTTP_ACCEPT_LANGUAGE&#39;]" address="140083100824160" type="string" size="14" encoding="base64"><![CDATA[ZW4tVVMsZW47cT0wLjU=]]></property><property name="HTTP_ACCEPT_ENCODING" fullname="$_SERVER[&#39;HTTP_ACCEPT_ENCODING&#39;]" address="140083100824544" type="string" size="13" encoding="base64"><![CDATA[Z3ppcCwgZGVmbGF0ZQ==]]></property><property name="HTTP_COOKIE" fullname="$_SERVER[&#39;HTTP_COOKIE&#39;]" address="140083100825016" type="string" size="63" encoding="base64"><![CDATA[WERFQlVHX1RSQUNFPTE7IFhERUJVR19QUk9GSUxFPTE7IFhERUJVR19TRVNTSU9OPXN1YmxpbWUteGRlYnVn]]></property><property name="HTTP_CONNECTION" fullname="$_SERVER[&#39;HTTP_CONNECTION&#39;]" address="140083100825384" type="string" size="10" encoding="base64"><![CDATA[a2VlcC1hbGl2ZQ==]]></property><property name="PATH" fullname="$_SERVER[&#39;PATH&#39;]" address="140083100825840" type="string" size="60" encoding="base64"><![CDATA[L3Vzci9sb2NhbC9zYmluOi91c3IvbG9jYWwvYmluOi91c3Ivc2JpbjovdXNyL2Jpbjovc2JpbjovYmlu]]></property><property name="SERVER_SIGNATURE" fullname="$_SERVER[&#39;SERVER_SIGNATURE&#39;]" address="140083100826464" type="string" size="69" encoding="base64"><![CDATA[PGFkZHJlc3M+QXBhY2hlLzIuNC43IChVYnVudHUpIFNlcnZlciBhdCBsb2NhbGhvc3QgUG9ydCA4MDwvYWRkcmVzcz4K]]></property><property name="SERVER_SOFTWARE" fullname="$_SERVER[&#39;SERVER_SOFTWARE&#39;]" address="140083100827000" type="string" size="21" encoding="base64"><![CDATA[QXBhY2hlLzIuNC43IChVYnVudHUp]]></property><property name="SERVER_NAME" fullname="$_SERVER[&#39;SERVER_NAME&#39;]" address="140083100827368" type="string" size="9" encoding="base64"><![CDATA[bG9jYWxob3N0]]></property><property name="SERVER_ADDR" fullname="$_SERVER[&#39;SERVER_ADDR&#39;]" address="140083100827736" type="string" size="9" encoding="base64"><![CDATA[MTI3LjAuMC4x]]></property><property name="SERVER_PORT" fullname="$_SERVER[&#39;SERVER_PORT&#39;]" address="140083100828104" type="string" size="2" encoding="base64"><![CDATA[ODA=]]></property><property name="REMOTE_ADDR" fullname="$_SERVER[&#39;REMOTE_ADDR&#39;]" address="140083100828472" type="string" size="9" encoding="base64"><![CDATA[MTI3LjAuMC4x]]></property><property name="DOCUMENT_ROOT" fullname="$_SERVER[&#39;DOCUMENT_ROOT&#39;]" address="140083100828856" type="string" size="19" encoding="base64"><![CDATA[L2hvbWUvcXVhbmdtaW5oL3d3dw==]]></property><property name="REQUEST_SCHEME" fullname="$_SERVER[&#39;REQUEST_SCHEME&#39;]" address="140083100829224" type="string" size="4" encoding="base64"><![CDATA[aHR0cA==]]></property><property name="CONTEXT_PREFIX" fullname="$_SERVER[&#39;CONTEXT_PREFIX&#39;]" address="140083100829864" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="CONTEXT_DOCUMENT_ROOT" fullname="$_SERVER[&#39;CONTEXT_DOCUMENT_ROOT&#39;]" address="140083100830528" type="string" size="19" encoding="base64"><![CDATA[L2hvbWUvcXVhbmdtaW5oL3d3dw==]]></property><property name="SERVER_ADMIN" fullname="$_SERVER[&#39;SERVER_ADMIN&#39;]" address="140083100830920" type="string" size="19" encoding="base64"><![CDATA[cXVhbmdtaW5oQGxvY2FsaG9zdA==]]></property><property name="SCRIPT_FILENAME" fullname="$_SERVER[&#39;SCRIPT_FILENAME&#39;]" address="140083100831320" type="string" size="28" encoding="base64"><![CDATA[L2hvbWUvcXVhbmdtaW5oL3d3dy90ZXN0LnBocA==]]></property><property name="REMOTE_PORT" fullname="$_SERVER[&#39;REMOTE_PORT&#39;]" address="140083100831688" type="string" size="5" encoding="base64"><![CDATA[NDA0MjA=]]></property><property name="GATEWAY_INTERFACE" fullname="$_SERVER[&#39;GATEWAY_INTERFACE&#39;]" address="140083100832064" type="string" size="7" encoding="base64"><![CDATA[Q0dJLzEuMQ==]]></property><property name="SERVER_PROTOCOL" fullname="$_SERVER[&#39;SERVER_PROTOCOL&#39;]" address="140083100832440" type="string" size="8" encoding="base64"><![CDATA[SFRUUC8xLjE=]]></property><property name="REQUEST_METHOD" fullname="$_SERVER[&#39;REQUEST_METHOD&#39;]" address="140083100832808" type="string" size="3" encoding="base64"><![CDATA[R0VU]]></property><property name="QUERY_STRING" fullname="$_SERVER[&#39;QUERY_STRING&#39;]" address="140083100833168" type="string" size="35" encoding="base64"><![CDATA[WERFQlVHX1NFU1NJT05fU1RBUlQ9c3VibGltZS54ZGVidWc=]]></property><property name="REQUEST_URI" fullname="$_SERVER[&#39;REQUEST_URI&#39;]" address="140083100833600" type="string" size="45" encoding="base64"><![CDATA[L3Rlc3QucGhwP1hERUJVR19TRVNTSU9OX1NUQVJUPXN1YmxpbWUueGRlYnVn]]></property><property name="SCRIPT_NAME" fullname="$_SERVER[&#39;SCRIPT_NAME&#39;]" address="140083100833968" type="string" size="9" encoding="base64"><![CDATA[L3Rlc3QucGhw]]></property><property name="PHP_SELF" fullname="$_SERVER[&#39;PHP_SELF&#39;]" address="140083100834336" type="string" size="9" encoding="base64"><![CDATA[L3Rlc3QucGhw]]></property><property name="REQUEST_TIME_FLOAT" fullname="$_SERVER[&#39;REQUEST_TIME_FLOAT&#39;]" address="140083100834488" type="float"><![CDATA[1400813499.582]]></property><property name="REQUEST_TIME" fullname="$_SERVER[&#39;REQUEST_TIME&#39;]" address="140083100834648" type="int"><![CDATA[1400813499]]></property></property></response>

-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="18" status="break" reason="ok"><xdebug:message filename="file:///home/quangminh/www/test.php" lineno="10"></xdebug:message></response>

-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>

Log closed at 2014-05-23 02:55:03

php info

phpinfo()
PHP Version => 5.5.9-1ubuntu4

System => Linux MINH-ASUS-K43E 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC 2014 x86_64
Build Date => Apr  9 2014 17:10:23
Server API => Command Line Interface
Virtual Directory Support => disabled
Configuration File (php.ini) Path => /etc/php5/cli
Loaded Configuration File => /etc/php5/cli/php.ini
Scan this dir for additional .ini files => /etc/php5/cli/conf.d
Additional .ini files parsed => /etc/php5/cli/conf.d/05-opcache.ini,
/etc/php5/cli/conf.d/10-pdo.ini,
/etc/php5/cli/conf.d/20-gd.ini,
/etc/php5/cli/conf.d/20-json.ini,
/etc/php5/cli/conf.d/20-mcrypt.ini,
/etc/php5/cli/conf.d/20-mysql.ini,
/etc/php5/cli/conf.d/20-mysqli.ini,
/etc/php5/cli/conf.d/20-pdo_mysql.ini,
/etc/php5/cli/conf.d/20-readline.ini,
/etc/php5/cli/conf.d/20-xdebug.ini

PHP API => 20121113
PHP Extension => 20121212
Zend Extension => 220121212
Zend Extension Build => API220121212,NTS
PHP Extension Build => API20121212,NTS
Debug Build => no
Thread Safety => disabled
Zend Signal Handling => disabled
Zend Memory Manager => enabled
Zend Multibyte Support => provided by mbstring
IPv6 Support => enabled
DTrace Support => enabled

Registered PHP Streams => https, ftps, compress.zlib, compress.bzip2, php, file, glob, data, http, ftp, phar, zip
Registered Stream Socket Transports => tcp, udp, unix, udg, ssl, sslv3, tls
Registered Stream Filters => zlib.*, bzip2.*, convert.iconv.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, dechunk, mcrypt.*, mdecrypt.*

This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies
    with Zend OPcache v7.0.3, Copyright (c) 1999-2014, by Zend Technologies
    with Xdebug v2.2.3, Copyright (c) 2002-2013, by Derick Rethans

 _______________________________________________________________________

xdebug

xdebug support => enabled
Version => 2.2.3
IDE Key => quangminh

Supported protocols => Revision
DBGp - Common DeBuGger Protocol => $Revision: 1.145 $

Directive => Local Value => Master Value
xdebug.auto_trace => Off => Off
xdebug.cli_color => 0 => 0
xdebug.collect_assignments => Off => Off
xdebug.collect_includes => On => On
xdebug.collect_params => 0 => 0
xdebug.collect_return => Off => Off
xdebug.collect_vars => Off => Off
xdebug.coverage_enable => On => On
xdebug.default_enable => On => On
xdebug.dump.COOKIE => no value => no value
xdebug.dump.ENV => no value => no value
xdebug.dump.FILES => no value => no value
xdebug.dump.GET => no value => no value
xdebug.dump.POST => no value => no value
xdebug.dump.REQUEST => no value => no value
xdebug.dump.SERVER => no value => no value
xdebug.dump.SESSION => no value => no value
xdebug.dump_globals => On => On
xdebug.dump_once => On => On
xdebug.dump_undefined => Off => Off
xdebug.extended_info => On => On
xdebug.file_link_format => no value => no value
xdebug.idekey => no value => no value
xdebug.max_nesting_level => 200 => 200
xdebug.overload_var_dump => On => On
xdebug.profiler_aggregate => Off => Off
xdebug.profiler_append => Off => Off
xdebug.profiler_enable => On => On
xdebug.profiler_enable_trigger => On => On
xdebug.profiler_output_dir => /tmp => /tmp
xdebug.profiler_output_name => cachegrind.out.%p => cachegrind.out.%p
xdebug.remote_autostart => Off => Off
xdebug.remote_connect_back => On => On
xdebug.remote_cookie_expire_time => 3600 => 3600
xdebug.remote_enable => On => On
xdebug.remote_handler => dbgp => dbgp
xdebug.remote_host => localhost => localhost
xdebug.remote_log => /tmp/xdebug.log => /tmp/xdebug.log
xdebug.remote_mode => req => req
xdebug.remote_port => 9000 => 9000
xdebug.scream => Off => Off
xdebug.show_exception_trace => Off => Off
xdebug.show_local_vars => Off => Off
xdebug.show_mem_delta => Off => Off
xdebug.trace_enable_trigger => Off => Off
xdebug.trace_format => 0 => 0
xdebug.trace_options => 0 => 0
xdebug.trace_output_dir => /tmp => /tmp
xdebug.trace_output_name => trace.%c => trace.%c
xdebug.var_display_max_children => 128 => 128
xdebug.var_display_max_data => 512 => 512
xdebug.var_display_max_depth => 3 => 3

Please help me, thanks