Does this issue occur when all extensions are disabled?: Yes/No N/a
- VS Code Version:
- OS Version: Version: 1.92.0 (user setup)
Commit: b1c0a14
Date: 2024-07-31T23:26:45.634Z
Electron: 30.1.2
ElectronBuildId: 9870757
Chromium: 124.0.6367.243
Node.js: 20.14.0
V8: 12.4.254.20-electron.0
OS: Windows_NT x64 10.0.26100
Steps to Reproduce:
- Connect with Remote - SSH to Linux and create a
.py
import time
breakpoint()
if __name__ == '__main__':
x = 1
while True:
x += 1
print(x)
time.sleep(1)
- Use the command "Python Debugger: Debug Python File"
- Right click the Call Stack and choose Copy Call Stack
- Actual output to clipboard:
<module> (\home\vmware\foo.py:3)
I am opening a PR for this

Does this issue occur when all extensions are disabled?: Yes/No N/a
Commit: b1c0a14
Date: 2024-07-31T23:26:45.634Z
Electron: 30.1.2
ElectronBuildId: 9870757
Chromium: 124.0.6367.243
Node.js: 20.14.0
V8: 12.4.254.20-electron.0
OS: Windows_NT x64 10.0.26100
Steps to Reproduce:
.py<module> (\home\vmware\foo.py:3)I am opening a PR for this
