-
Notifications
You must be signed in to change notification settings - Fork 67
Attach to pid fails to attach in 3.7 #846
Comments
Attach to process needs support for Python 3.7 (please assign to me to add it). |
|
|
This one is only to track the issue with python 3.7 on Windows. The issue with python 3.6 on Linux seems to be something different (so, please create a separate report). |
@karthiknadig I'm updating the native code here... right now, in the -- as a note, in the current master, the committed version on |
Committing the binary is fine. We will also need the symbols for the dlls in windows. |
Environment data
Actual behavior
Follow error message is shown:
Expected behavior
Should attach.
Steps to reproduce:
test.py
:C:\Python37\python.exe test.py
C:\Python37\python.exe -m ptvsd --host localhost --port 5678 --pid <pid_of _test>
The text was updated successfully, but these errors were encountered: