I have a problem that I could not find the answer to.
I am trying to debug a Python program running on a Raspberry Pi. The source code is on my PC.
I installed FTPS deployment and remote interpreter via ssh.
When I just run the application on a remote Raspberry Pi, there is no problem.
The problem occurs when I try to set a breakpoint. In this case, fucking writes:
>pydev debugger: warning: trying to add breakpoint to file that does not exist: /home/pi/python/f:/python projects/server/server.py (will have no effect)
Pycharm believes that the path to the application is the path on the remote computer + the path on the local computer.
Does anyone know which settings can cause this and how to fix it?
source share