spyder-ide / spyder-kernels

Jupyter Kernels for the Spyder console
MIT License
39 stars 40 forks source link

Debugging on remote kernel not working -concatenating paths #484

Open Mrsxp opened 7 months ago

Mrsxp commented 7 months ago

I'm currently experiencing the same https://github.com/spyder-ide/spyder/issues/18330 again, however no exception is thrown. Spyder-Kernel-Version: 2.5.1 Spyder-Version: 5.5.1 Qt 5.15.2 PyQt5 5.15.10

Yet, the paths are concatenated. While debugging following appears:

debugfile('X:/program/debug_test.py') /home/usr/shared/X:/program/debug_test.py(1)()

Executing the code line by line works but breakpoints are ignored.