-
Notifications
You must be signed in to change notification settings - Fork 137
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
clientOS flag causes: unable to find translation #1257
Comments
Could you share the logs for the debuggee? If you're using CLI, then |
Please find the following logs from my run |
One thing that stands out is that the paths it's matching against all have lowercase drive letter, but the path mapping uses uppercase. This shouldn't make a difference, but there were bugs around that before, so it might be worthwhile to try switching to lowercase - "d:\" etc - and see if it helps. |
True, but I haven't hardcoded any path myself in the debug configurations. I'm using Launch.json
|
Are there any updates on this? Is there a way I can help reproduce the issue? Thanks @int19h |
My apologies. Can you try putting the full path there manually (with a lowercase letter) and see if that helps? It might be that there is a VSCode behavior change here that we need to adjust to. |
Hey @int19h, Sorry for the delay in response. I was able to reproduce the issue today as well using I tried using lowercase letter as suggested but that didn't work too. Attaching the debug logs debugpy.adapter-221.log Please let me know if I need to do any more things and provide additional logs. |
To elaborate, when using lowercase, I don't get the same ( |
Hey, @int19h I wanted to ask if there was any progress on the issue. I also tried using |
I can confirm, have this same. Small letter helps, but debugger still not stop in breakpoints. |
Hey @int19h @karthiknadig Wanted to follow up on the issue, I faced the same issue today as well when using |
It would also be very helpful to know if there is any workaround to tackle this issue for now. Thanks |
Hey, I'm running into this issue when
upgrading
tov2023.4.1
or the latestv2023.6.0
I'm getting the following error when trying to attach to a remote process using the following configurations
Error:
pydev debugger: unable to find translation for: "d:\vscode-init\debuger-test\main.py" in ["D:\vscode-init\debuger-test/", "D:\vscode-init\debuger-test"] (please revise your path mappings).
Launch.json
Environment Information:
v2023.4.1
NOTE: It works with/without using
"clientOS": "windows"
when usingv2023.4.0
Originally posted by @rjra2611 in microsoft/vscode-python#20407 (comment)
The text was updated successfully, but these errors were encountered: