Sublime Forum

Xdebug issue

#1

Hi everyone, am I the only one that has problems with Xdebug plugin on new releases?
On 3114 it works, developer versions and the new 3124 prompts:

Exception in thread Thread-617:
Traceback (most recent call last):
File “./python3.3/threading.py”, line 901, in _bootstrap_inner
File “xdebug.session in /home/marco/.config/sublime-text-3/Installed Packages/Xdebug Client.sublime-package”, line 151, in run
File “xdebug.session in /home/marco/.config/sublime-text-3/Installed Packages/Xdebug Client.sublime-package”, line 364, in init
File “xdebug.session in /home/marco/.config/sublime-text-3/Installed Packages/Xdebug Client.sublime-package”, line 417, in set_breakpoint
File “xdebug.util in /home/marco/.config/sublime-text-3/Installed Packages/Xdebug Client.sublime-package”, line 42, in get_real_path
File “xdebug.helper.helper in /home/marco/.config/sublime-text-3/Installed Packages/Xdebug Client.sublime-package”, line 17, in url_decode
AttributeError: ‘module’ object has no attribute ‘parse’

I’m on debian linux.

Thanks in advance.

0 Likes

#2

There was a user who reported something similar recently. They indicated upgrading Package Control to version 3.2.0 fixed the problem for them.

Unfortunately I was never able to replicate the issue, and I don’t know of anything in Package Control that should cause that error.

0 Likes

#3

Removed all packages from “installed packages”, installed Package Control via console.
I can confirm version is now 3.2.0.
Waited for all packages to be downloaded.
Close, reopened Sublime.

Problem still appening.

Thanks

0 Likes

#4

I’m not at a computer right now, but you should probably open a bug report with the Xdebug Client package so they can look into what is going on. It may be a different issue than the one I observed.

0 Likes

#5

Thanks a lot,
and congratulations for the good work!
Sublime is fantastic!

0 Likes