pydev debugger not working but can run code fine
up vote
0
down vote
favorite
I am using Liclipse which is basically pydev with eclipse. The python file runs fine but when I try to use the pydev debugger on the same file the debugger fails to launch and I couldn't find anything about this error. Is it a bug in pydev? It even says "During handling of the above exception, another exception occurred"
I am using python 3.7.1
warning: Debugger speedups using cython not found. Run '"C:Usersq4116AppDataLocalProgramsPythonPython37-32python.exe" "C:Program FilesBrainwyLiClipse 5.1.0pluginsorg.python.pydev.core_7.0.0.201811071259pysrcsetup_cython.py" build_ext --inplace' to build.
pydev debugger: starting (pid: 20104)
Traceback (most recent call last):
File "_pydevd_bundlepydevd_cython_win32_37_32.pyx", line 134, in _pydevd_bundle.pydevd_cython_win32_37_32.set_additional_thread_info
AttributeError: '_MainThread' object has no attribute 'additional_info'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:Program FilesBrainwyLiClipse 5.1.0pluginsorg.python.pydev.core_7.0.0.201811071259pysrcpydevd.py", line 1951, in <module>
main()
File "C:Program FilesBrainwyLiClipse 5.1.0pluginsorg.python.pydev.core_7.0.0.201811071259pysrcpydevd.py", line 1945, in main
globals = debugger.run(setup['file'], None, None, is_module)
File "C:Program FilesBrainwyLiClipse 5.1.0pluginsorg.python.pydev.core_7.0.0.201811071259pysrcpydevd.py", line 1295, in run
self.notify_thread_created(thread_id, t)
File "C:Program FilesBrainwyLiClipse 5.1.0pluginsorg.python.pydev.core_7.0.0.201811071259pysrcpydevd.py", line 662, in notify_thread_created
additional_info = set_additional_thread_info(thread)
File "_pydevd_bundlepydevd_cython_win32_37_32.pyx", line 138, in _pydevd_bundle.pydevd_cython_win32_37_32.set_additional_thread_info
File "_pydevd_bundlepydevd_cython_win32_37_32.pyx", line 147, in _pydevd_bundle.pydevd_cython_win32_37_32.set_additional_thread_info
File "_pydevd_bundlepydevd_cython_win32_37_32.pyx", line 95, in _pydevd_bundle.pydevd_cython_win32_37_32.PyDBAdditionalThreadInfo.__init__
AttributeError: '_pydevd_bundle.pydevd_cython_win32_37_32.PyDBAdditionalThreadInfo' object has no attribute 'pydev_state'
python eclipse debugging pydev
add a comment |
up vote
0
down vote
favorite
I am using Liclipse which is basically pydev with eclipse. The python file runs fine but when I try to use the pydev debugger on the same file the debugger fails to launch and I couldn't find anything about this error. Is it a bug in pydev? It even says "During handling of the above exception, another exception occurred"
I am using python 3.7.1
warning: Debugger speedups using cython not found. Run '"C:Usersq4116AppDataLocalProgramsPythonPython37-32python.exe" "C:Program FilesBrainwyLiClipse 5.1.0pluginsorg.python.pydev.core_7.0.0.201811071259pysrcsetup_cython.py" build_ext --inplace' to build.
pydev debugger: starting (pid: 20104)
Traceback (most recent call last):
File "_pydevd_bundlepydevd_cython_win32_37_32.pyx", line 134, in _pydevd_bundle.pydevd_cython_win32_37_32.set_additional_thread_info
AttributeError: '_MainThread' object has no attribute 'additional_info'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:Program FilesBrainwyLiClipse 5.1.0pluginsorg.python.pydev.core_7.0.0.201811071259pysrcpydevd.py", line 1951, in <module>
main()
File "C:Program FilesBrainwyLiClipse 5.1.0pluginsorg.python.pydev.core_7.0.0.201811071259pysrcpydevd.py", line 1945, in main
globals = debugger.run(setup['file'], None, None, is_module)
File "C:Program FilesBrainwyLiClipse 5.1.0pluginsorg.python.pydev.core_7.0.0.201811071259pysrcpydevd.py", line 1295, in run
self.notify_thread_created(thread_id, t)
File "C:Program FilesBrainwyLiClipse 5.1.0pluginsorg.python.pydev.core_7.0.0.201811071259pysrcpydevd.py", line 662, in notify_thread_created
additional_info = set_additional_thread_info(thread)
File "_pydevd_bundlepydevd_cython_win32_37_32.pyx", line 138, in _pydevd_bundle.pydevd_cython_win32_37_32.set_additional_thread_info
File "_pydevd_bundlepydevd_cython_win32_37_32.pyx", line 147, in _pydevd_bundle.pydevd_cython_win32_37_32.set_additional_thread_info
File "_pydevd_bundlepydevd_cython_win32_37_32.pyx", line 95, in _pydevd_bundle.pydevd_cython_win32_37_32.PyDBAdditionalThreadInfo.__init__
AttributeError: '_pydevd_bundle.pydevd_cython_win32_37_32.PyDBAdditionalThreadInfo' object has no attribute 'pydev_state'
python eclipse debugging pydev
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am using Liclipse which is basically pydev with eclipse. The python file runs fine but when I try to use the pydev debugger on the same file the debugger fails to launch and I couldn't find anything about this error. Is it a bug in pydev? It even says "During handling of the above exception, another exception occurred"
I am using python 3.7.1
warning: Debugger speedups using cython not found. Run '"C:Usersq4116AppDataLocalProgramsPythonPython37-32python.exe" "C:Program FilesBrainwyLiClipse 5.1.0pluginsorg.python.pydev.core_7.0.0.201811071259pysrcsetup_cython.py" build_ext --inplace' to build.
pydev debugger: starting (pid: 20104)
Traceback (most recent call last):
File "_pydevd_bundlepydevd_cython_win32_37_32.pyx", line 134, in _pydevd_bundle.pydevd_cython_win32_37_32.set_additional_thread_info
AttributeError: '_MainThread' object has no attribute 'additional_info'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:Program FilesBrainwyLiClipse 5.1.0pluginsorg.python.pydev.core_7.0.0.201811071259pysrcpydevd.py", line 1951, in <module>
main()
File "C:Program FilesBrainwyLiClipse 5.1.0pluginsorg.python.pydev.core_7.0.0.201811071259pysrcpydevd.py", line 1945, in main
globals = debugger.run(setup['file'], None, None, is_module)
File "C:Program FilesBrainwyLiClipse 5.1.0pluginsorg.python.pydev.core_7.0.0.201811071259pysrcpydevd.py", line 1295, in run
self.notify_thread_created(thread_id, t)
File "C:Program FilesBrainwyLiClipse 5.1.0pluginsorg.python.pydev.core_7.0.0.201811071259pysrcpydevd.py", line 662, in notify_thread_created
additional_info = set_additional_thread_info(thread)
File "_pydevd_bundlepydevd_cython_win32_37_32.pyx", line 138, in _pydevd_bundle.pydevd_cython_win32_37_32.set_additional_thread_info
File "_pydevd_bundlepydevd_cython_win32_37_32.pyx", line 147, in _pydevd_bundle.pydevd_cython_win32_37_32.set_additional_thread_info
File "_pydevd_bundlepydevd_cython_win32_37_32.pyx", line 95, in _pydevd_bundle.pydevd_cython_win32_37_32.PyDBAdditionalThreadInfo.__init__
AttributeError: '_pydevd_bundle.pydevd_cython_win32_37_32.PyDBAdditionalThreadInfo' object has no attribute 'pydev_state'
python eclipse debugging pydev
I am using Liclipse which is basically pydev with eclipse. The python file runs fine but when I try to use the pydev debugger on the same file the debugger fails to launch and I couldn't find anything about this error. Is it a bug in pydev? It even says "During handling of the above exception, another exception occurred"
I am using python 3.7.1
warning: Debugger speedups using cython not found. Run '"C:Usersq4116AppDataLocalProgramsPythonPython37-32python.exe" "C:Program FilesBrainwyLiClipse 5.1.0pluginsorg.python.pydev.core_7.0.0.201811071259pysrcsetup_cython.py" build_ext --inplace' to build.
pydev debugger: starting (pid: 20104)
Traceback (most recent call last):
File "_pydevd_bundlepydevd_cython_win32_37_32.pyx", line 134, in _pydevd_bundle.pydevd_cython_win32_37_32.set_additional_thread_info
AttributeError: '_MainThread' object has no attribute 'additional_info'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:Program FilesBrainwyLiClipse 5.1.0pluginsorg.python.pydev.core_7.0.0.201811071259pysrcpydevd.py", line 1951, in <module>
main()
File "C:Program FilesBrainwyLiClipse 5.1.0pluginsorg.python.pydev.core_7.0.0.201811071259pysrcpydevd.py", line 1945, in main
globals = debugger.run(setup['file'], None, None, is_module)
File "C:Program FilesBrainwyLiClipse 5.1.0pluginsorg.python.pydev.core_7.0.0.201811071259pysrcpydevd.py", line 1295, in run
self.notify_thread_created(thread_id, t)
File "C:Program FilesBrainwyLiClipse 5.1.0pluginsorg.python.pydev.core_7.0.0.201811071259pysrcpydevd.py", line 662, in notify_thread_created
additional_info = set_additional_thread_info(thread)
File "_pydevd_bundlepydevd_cython_win32_37_32.pyx", line 138, in _pydevd_bundle.pydevd_cython_win32_37_32.set_additional_thread_info
File "_pydevd_bundlepydevd_cython_win32_37_32.pyx", line 147, in _pydevd_bundle.pydevd_cython_win32_37_32.set_additional_thread_info
File "_pydevd_bundlepydevd_cython_win32_37_32.pyx", line 95, in _pydevd_bundle.pydevd_cython_win32_37_32.PyDBAdditionalThreadInfo.__init__
AttributeError: '_pydevd_bundle.pydevd_cython_win32_37_32.PyDBAdditionalThreadInfo' object has no attribute 'pydev_state'
python eclipse debugging pydev
python eclipse debugging pydev
edited Nov 7 at 22:56
asked Nov 7 at 22:32
echo
9111
9111
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
up vote
4
down vote
accepted
Sorry about that. This is a bug in PyDev 7.0.0. I just finished uploading a new version for PyDev and LiClipse is almost there too (limiting factor is my internet connection speed, so, should be available in a few hours).
Meanwhile, removing the accelerators (and recreating if you want locally) should make it work again. i.e.: Remove _pydevd_bundle*.pyd and _pydevd_bundlepydevd_frame_eval*.pyd and execute setup_cython.py locally (or don't if you're ok on going without the accelerator modules).
2
Note: LiClipse 5.1.2 is now available with the fix.
– Fabio Zadrozny
Nov 8 at 16:25
1
Actually, I found another critical in 5.1.2 (related to hyperlinking tracebacks) and just released PyDev 7.0.3/LiClipse 5.1.3... sorry -- please upgrade again ;)
– Fabio Zadrozny
Nov 9 at 11:39
add a comment |
up vote
2
down vote
I had the same issue after an update of these packages :
- Oomph Setup 1.11.0.v20181107-0652 org.eclipse.oomph.setup.feature.group Eclipse Oomph Project
- PyDev for Eclipse 7.0.0.201811071319 org.python.pydev.feature.feature.group Fabio Zadrozny
- PyDev for Eclipse Developer Resources 7.0.0.201811071319 org.python.pydev.feature.source.feature.group Fabio Zadrozny
Not running LiClipse but just Eclipse + pydev.
I solved it for now by reverting the update. Click Help > About Eclipse IDE > Installation Details > Installation History > Click on the last working version > Revert
I should have kept the error information though so that I could file a proper bug report ...
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
4
down vote
accepted
Sorry about that. This is a bug in PyDev 7.0.0. I just finished uploading a new version for PyDev and LiClipse is almost there too (limiting factor is my internet connection speed, so, should be available in a few hours).
Meanwhile, removing the accelerators (and recreating if you want locally) should make it work again. i.e.: Remove _pydevd_bundle*.pyd and _pydevd_bundlepydevd_frame_eval*.pyd and execute setup_cython.py locally (or don't if you're ok on going without the accelerator modules).
2
Note: LiClipse 5.1.2 is now available with the fix.
– Fabio Zadrozny
Nov 8 at 16:25
1
Actually, I found another critical in 5.1.2 (related to hyperlinking tracebacks) and just released PyDev 7.0.3/LiClipse 5.1.3... sorry -- please upgrade again ;)
– Fabio Zadrozny
Nov 9 at 11:39
add a comment |
up vote
4
down vote
accepted
Sorry about that. This is a bug in PyDev 7.0.0. I just finished uploading a new version for PyDev and LiClipse is almost there too (limiting factor is my internet connection speed, so, should be available in a few hours).
Meanwhile, removing the accelerators (and recreating if you want locally) should make it work again. i.e.: Remove _pydevd_bundle*.pyd and _pydevd_bundlepydevd_frame_eval*.pyd and execute setup_cython.py locally (or don't if you're ok on going without the accelerator modules).
2
Note: LiClipse 5.1.2 is now available with the fix.
– Fabio Zadrozny
Nov 8 at 16:25
1
Actually, I found another critical in 5.1.2 (related to hyperlinking tracebacks) and just released PyDev 7.0.3/LiClipse 5.1.3... sorry -- please upgrade again ;)
– Fabio Zadrozny
Nov 9 at 11:39
add a comment |
up vote
4
down vote
accepted
up vote
4
down vote
accepted
Sorry about that. This is a bug in PyDev 7.0.0. I just finished uploading a new version for PyDev and LiClipse is almost there too (limiting factor is my internet connection speed, so, should be available in a few hours).
Meanwhile, removing the accelerators (and recreating if you want locally) should make it work again. i.e.: Remove _pydevd_bundle*.pyd and _pydevd_bundlepydevd_frame_eval*.pyd and execute setup_cython.py locally (or don't if you're ok on going without the accelerator modules).
Sorry about that. This is a bug in PyDev 7.0.0. I just finished uploading a new version for PyDev and LiClipse is almost there too (limiting factor is my internet connection speed, so, should be available in a few hours).
Meanwhile, removing the accelerators (and recreating if you want locally) should make it work again. i.e.: Remove _pydevd_bundle*.pyd and _pydevd_bundlepydevd_frame_eval*.pyd and execute setup_cython.py locally (or don't if you're ok on going without the accelerator modules).
answered Nov 8 at 15:27
Fabio Zadrozny
21.1k35566
21.1k35566
2
Note: LiClipse 5.1.2 is now available with the fix.
– Fabio Zadrozny
Nov 8 at 16:25
1
Actually, I found another critical in 5.1.2 (related to hyperlinking tracebacks) and just released PyDev 7.0.3/LiClipse 5.1.3... sorry -- please upgrade again ;)
– Fabio Zadrozny
Nov 9 at 11:39
add a comment |
2
Note: LiClipse 5.1.2 is now available with the fix.
– Fabio Zadrozny
Nov 8 at 16:25
1
Actually, I found another critical in 5.1.2 (related to hyperlinking tracebacks) and just released PyDev 7.0.3/LiClipse 5.1.3... sorry -- please upgrade again ;)
– Fabio Zadrozny
Nov 9 at 11:39
2
2
Note: LiClipse 5.1.2 is now available with the fix.
– Fabio Zadrozny
Nov 8 at 16:25
Note: LiClipse 5.1.2 is now available with the fix.
– Fabio Zadrozny
Nov 8 at 16:25
1
1
Actually, I found another critical in 5.1.2 (related to hyperlinking tracebacks) and just released PyDev 7.0.3/LiClipse 5.1.3... sorry -- please upgrade again ;)
– Fabio Zadrozny
Nov 9 at 11:39
Actually, I found another critical in 5.1.2 (related to hyperlinking tracebacks) and just released PyDev 7.0.3/LiClipse 5.1.3... sorry -- please upgrade again ;)
– Fabio Zadrozny
Nov 9 at 11:39
add a comment |
up vote
2
down vote
I had the same issue after an update of these packages :
- Oomph Setup 1.11.0.v20181107-0652 org.eclipse.oomph.setup.feature.group Eclipse Oomph Project
- PyDev for Eclipse 7.0.0.201811071319 org.python.pydev.feature.feature.group Fabio Zadrozny
- PyDev for Eclipse Developer Resources 7.0.0.201811071319 org.python.pydev.feature.source.feature.group Fabio Zadrozny
Not running LiClipse but just Eclipse + pydev.
I solved it for now by reverting the update. Click Help > About Eclipse IDE > Installation Details > Installation History > Click on the last working version > Revert
I should have kept the error information though so that I could file a proper bug report ...
add a comment |
up vote
2
down vote
I had the same issue after an update of these packages :
- Oomph Setup 1.11.0.v20181107-0652 org.eclipse.oomph.setup.feature.group Eclipse Oomph Project
- PyDev for Eclipse 7.0.0.201811071319 org.python.pydev.feature.feature.group Fabio Zadrozny
- PyDev for Eclipse Developer Resources 7.0.0.201811071319 org.python.pydev.feature.source.feature.group Fabio Zadrozny
Not running LiClipse but just Eclipse + pydev.
I solved it for now by reverting the update. Click Help > About Eclipse IDE > Installation Details > Installation History > Click on the last working version > Revert
I should have kept the error information though so that I could file a proper bug report ...
add a comment |
up vote
2
down vote
up vote
2
down vote
I had the same issue after an update of these packages :
- Oomph Setup 1.11.0.v20181107-0652 org.eclipse.oomph.setup.feature.group Eclipse Oomph Project
- PyDev for Eclipse 7.0.0.201811071319 org.python.pydev.feature.feature.group Fabio Zadrozny
- PyDev for Eclipse Developer Resources 7.0.0.201811071319 org.python.pydev.feature.source.feature.group Fabio Zadrozny
Not running LiClipse but just Eclipse + pydev.
I solved it for now by reverting the update. Click Help > About Eclipse IDE > Installation Details > Installation History > Click on the last working version > Revert
I should have kept the error information though so that I could file a proper bug report ...
I had the same issue after an update of these packages :
- Oomph Setup 1.11.0.v20181107-0652 org.eclipse.oomph.setup.feature.group Eclipse Oomph Project
- PyDev for Eclipse 7.0.0.201811071319 org.python.pydev.feature.feature.group Fabio Zadrozny
- PyDev for Eclipse Developer Resources 7.0.0.201811071319 org.python.pydev.feature.source.feature.group Fabio Zadrozny
Not running LiClipse but just Eclipse + pydev.
I solved it for now by reverting the update. Click Help > About Eclipse IDE > Installation Details > Installation History > Click on the last working version > Revert
I should have kept the error information though so that I could file a proper bug report ...
edited Nov 8 at 9:44
answered Nov 8 at 9:35
Q-life
666
666
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53198901%2fpydev-debugger-not-working-but-can-run-code-fine%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown