Debugging in Full remote mode

I could set and launch project on remote host server, but breakpoints are not working, because "no executable is associated with this line"

Did I miss some settings, or remote server block some functionality?
Please sign in to leave a comment.
Hello!
1. Is it a CMake project?
2. Have you changed anything in File | Settings | Build, Execution, Deployment | Deployment?
3. Please make your remote toolchain the default one (put it on the top of the list), then call `File | Close Project`, on the Welcome screen select `New Project` > `C++ Executable` > `Create`, don't change anything in this project. Can you debug this project?