need assistance to configure a deployment
已回答
all configured as described in the manual
but two problems are there
it auto-sync only changed files (sources)
I really doesn't need this, I 'd like to sync an executable only,
to configure GDB remote debug with it.
what I'm doing wrong?
请先登录再写评论。
Hi!
Are you talking about uploading files to a server?
You can suppress automatic upload (set the File | Settings | Build, Execution, Deployment | Deployment | Options | Upload changed files automatically to the default server option to Never) and upload the executable manually when you need - in the Project tool window, select this file, choose Upload to on the context menu, and then select the target deployment server from the list.
Or you can exclude files and folders from uploading. Please find more details in our web-help: https://www.jetbrains.com/help/clion/excluding-files-and-folders-from-deployment.html.
not sure that is what I suppose.
I suppose two things:
1. really the uploading is not required in my case (remote debugging) but if this was performed, I suppose that IDE should perform a synchronization , not an upload last changed source only, should check which files exist remotely and upload all missed files too. Currently seems that only amended file is uploaded.
2. regarding the binary , manual upload a binary is useless, suppose that IDE (after successful build) auto uploads a binary , run gdbserver for this and connect local gdb to this . I didn't find how to do this in a settings