-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Debug adapter process has terminated unexpectedly #618
Comments
Please could you provide some sample code with instructions to replicate this issue? |
VSCode: 1.20.1 (1.20.1) - MacOS Attach configuration:
Code server.py:
In VSCode, after upload, comment out debug lines. On server through SSH python3 server.py It waits for attach netstat -lnp
Launch the LowBattery: Remote debug configuration and you will get the error. Does the same thing when I redirect the port through ssh -L 3333:127.0.0.1:3333 and change every IP to localhost. |
@DJManas you are experiencing a different issue, you are trying to attach. Please create a separate issue. |
Closing this issue due to inactivity. Please feel free to reopen if you experience the issue once again and have the information requested. |
Ok, opening new issue. To be honest I had browsed a lot issues like mine. In some I have read, that ptsvd can be higher than 3.0.0. And I am totally lost in your bug tracker... A lot of hyperlinks to other issues... |
Environment data
VS Code version: 1.19.2
Python Extension version: 0.9.1
Python Version: 3.6.4
OS and version: Arch Linux(with testing repo)
Actual behavior
Debug adapter process has terminated unexpectedly.
Expected behavior
The debugging process should continue throughout the script execution.
Steps to reproduce:
Logs
Output from
Python
output panelOutput from
![image](https://user-images.githubusercontent.com/33801994/35314273-18659a9a-00d6-11e8-8282-b410ff51b5d2.png)
Console window
(Help->Developer Tools menu)The text was updated successfully, but these errors were encountered: