You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
The text was updated successfully, but these errors were encountered:
DonJayamanne
changed the title
Unable to open '<string>' FIle not found
Stepping over fails in debugger with message Unable to open '<string>' FIle not found
Dec 13, 2018
Having similar issue and is also random.
Since debugging is done on a remote server and since the issue is random and only when taking the time to step in/out, it seems clear that the issue is on the remote server.
On that note - is there a way to change that to debug 100% locally?
This is fixed. In cases such as dataclass, step-over should work. For step-in/out cases we currently show a temp file with message saying that we couldn't retrieve sources. IDE should not show File Not Found for those cases.
@malmaud commented on Wed Nov 21 2018
Getting this error when debugging this file:
If I set a breakpoint at the
self.c =
line and then click 'step over', I seeI guess this is related to microsoft/vscode-python#3063.
VSCode 1.29.1
Python 3.6.7 with
dataclasses
package installed viapip install dataclasses
Extension 2018.10.1
Screenshot:
![screen shot 2018-11-21 at 11 45 30 am](https://user-images.githubusercontent.com/987837/48859330-6a9d6a00-ed83-11e8-8a36-33d0f662c494.png)
@DonJayamanne commented on Wed Nov 21 2018
What's the name of the file you are debugging
@malmaud commented on Wed Nov 21 2018
/Users/malmaud/Dropbox (MIT)/Desktop/fun/debug.py
The text was updated successfully, but these errors were encountered: