首先,我对我的英语不好抱歉,我不是美国本土人
我使用Package Control安装了SublimeTextXdebug插件。 我目前在Windows 8.1和Chrome中使用了sublime text 2,我使用的是Xdebug Helper扩展程序。
我的问题是,当我尝试更改Xdebug.sublime设置时 我在控制台中收到以下错误
Exception in thread Thread-110:
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 279, in get_context_values
File ".\xdebug\protocol.py", line 185, in read
File ".\xdebug\protocol.py", line 137, in unescape
File ".\re.py", line 151, in sub
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 3567: ordinal not in range(128)
Exception in thread Thread-112:
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 279, in get_context_values
File ".\xdebug\protocol.py", line 185, in read
File ".\xdebug\protocol.py", line 137, in unescape
File ".\re.py", line 151, in sub
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 3567: ordinal not in range(128)
这是我的Xdebug.log
[09/27/2014 02:55:11PM] INFO - ==== Loading 'Xdebug Client' package ====
[09/27/2014 02:55:11PM] INFO - Failed to open C:\Users\Rodolpho\AppData\Roaming\Sublime Text 2\Packages\User\Xdebug.expressions.
[09/27/2014 02:55:11PM] DEBUG - [Errno 2] No such file or directory: u'C:\Users\Rodolpho\AppData\Roaming\Sublime Text 2\Packages\User\Xdebug.expressions'
[09/27/2014 02:55:11PM] INFO - Failed to parse C:\Users\Rodolpho\AppData\Roaming\Sublime Text 2\Packages\User\Xdebug.expressions.
[09/27/2014 02:55:11PM] DEBUG - local variable 'data_file' referenced before assignment
和我的设置文件
https://cloud.githubusercontent.com/assets/8940777/4431679/b55b867e-4672-11e4-8467-866bce808989.png
我已经在网上搜索了一个解决方案,但我什么都没有,有人可以帮帮我吗?
非常感谢