-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Remote Debugger crash: TypeError: Cannot read property 'Threads' of undefined #126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Please try using ptvsd 3.0.0 (temporary solution) |
From @d4tech on June 21, 2017 8:31 The issue still persists even after using ptvsd 3.0.0. |
From @mooperd on July 18, 2017 8:18 +1 |
From @woutor on July 28, 2017 22:3 For those using Django, try to run with the --nothreading argument:
|
From @moeenz on August 11, 2017 18:17 Apparently there's an issue with port numbers. I changed it from 3xxx to 9xxx and everything's working fine. |
@balsoft are you still experiencing this issue. |
From @waleedka on October 16, 2017 0:51 I'm experiencing this issue as well while trying to debug a python script inside a Docker container. I tried using ptvsd 3.0.0 as recommended in one of the comments above but that didn't make a difference. VS Code version: 1.17.1 launch.json
Developer Tools Log:
|
Could be related to #157 (even though that's local debugging) |
It's been a while without more info, closing. Feel free to reactivate if this is still a problem. Thanks. |
From @balsoft on June 3, 2017 14:45
Environment data
VS Code version: 1.12.2
Python Extension version: 0.6.4
Python Version: 3.6
OS and version: Arch Linux x86_64, Latest (All packages up-to-date)
Actual behavior
Remote debugger crashes when I try to attach it to remote app.
Message from devConsole:
Expected behavior
Remote debugger attaches
Steps to reproduce:
Settings
Your launch.json (if dealing with debugger issues):
Your settings.json:
Logs
Output from
Python
output panelOutput from
Console window
(Help->Developer Tools menu)Note
If I don't run my script on remote device and attempt to start remote debugger it fails as expected (ECONNREFUSED), so it's almost definetly a bug in debugger.
Copied from original issue: DonJayamanne/pythonVSCode#999
The text was updated successfully, but these errors were encountered: