pydevd: wrong debugger version in pycharm 5.0.2
Hello,
I'm running pycharm 5.0.2 and I believe I have the latest pydevd egg installed on my remote host, the sha256 sum of the .egg file I just installed is:
fe9ba60e3c36adba3d3620547aaf4eeb49d39b8b5214e1195111aba69ab1aaea
I just grabbed it from the:
C:\Program Files (x86)\JetBrains\PyCharm 5.0.2\debug-eggs
On my Windows box. However, when I start debugging I get this message:
Connected to pydev debugger (build 143.1184.3)
Warning: wrong debugger version. Use pycharm-debugger.egg from PyCharm installation folder.
Could you please look into this? Additionally I can't find a way to determine pydevd version, i.e. having something like:
import pydevd
print(pydevd.VERSION)
would be really handy in debugging these kinds of problems (considering they pop up on each pycharm upgrade).
Thanks,
Gardar
I'm running pycharm 5.0.2 and I believe I have the latest pydevd egg installed on my remote host, the sha256 sum of the .egg file I just installed is:
fe9ba60e3c36adba3d3620547aaf4eeb49d39b8b5214e1195111aba69ab1aaea
I just grabbed it from the:
C:\Program Files (x86)\JetBrains\PyCharm 5.0.2\debug-eggs
On my Windows box. However, when I start debugging I get this message:
Connected to pydev debugger (build 143.1184.3)
Warning: wrong debugger version. Use pycharm-debugger.egg from PyCharm installation folder.
Could you please look into this? Additionally I can't find a way to determine pydevd version, i.e. having something like:
import pydevd
print(pydevd.VERSION)
would be really handy in debugging these kinds of problems (considering they pop up on each pycharm upgrade).
Thanks,
Gardar
Please sign in to leave a comment.