Remote node is not syncing symbol file, fails to start compiling
I am trying to compile and debug software on a remote server but I am getting the error in my configuration: "Warning: Symbol file '~/Documents/CLionProjects/project_name/cmake-build-debug/project_name' does not exist"
cmake-build-debug is automatically added to the excluded mappings but I don't understand why this file isn't generated automatically as it doesn't exist on my local system either. Do I have to compile locally before debugging on the server?
请先登录再写评论。
Hello! Do you use full remote mode?
Yes, everything is set up as required. The only unique thing about my configuration is that CLion only has read only access to the /usr folder