-
Notifications
You must be signed in to change notification settings - Fork 68
Source references not working #610
Comments
@karthiknadig |
@karthiknadig Anyways, I'll be looking into this. |
There are a number of problems that are contributing to this issue.
Now, VSC is NOT sending this value, hence the value is expected to be false. |
One thing from a quick look at the code is that CMD_LOAD_SOURCE was fixed on |
@DonJayamanne great, if you want me to take a look at something on my end, please let me know... Right now I'm taking a look at #72, but I guess it's not that critical for a release and will still need more work on ptvsd to make it work, so, if you want to assign me some bug to take a look (even if it's on ptvsd and not pydevd), please let me know (as a note, it's actually already EOD for me today, so, I'll check it at Wednesday) |
Environment data
Actual behavior
Pausing while using remote only file (no path mapping) will bring up:
Expected behavior
Should use source reference to pull the remote file
Steps to reproduce:
On remote machine:
remote_test.py
:5678
has access for inbound connections.py -3.7 remote_test.py
On dev machine:
PyExp: Attach (Remote)
to attach.The text was updated successfully, but these errors were encountered: