Is there a way to config how often PyCharm performs codebase sync with remote path when using remote debugger?

I am using PyCharm remote debugger through SSH and there is a map from the local path to the remote path.

The issue I observe is it syncs the local codebase with the remote path on the fly, which is great. However, my codebase is a bit huge, and I observe a lagging when typing code.

Is there a way we could config PyCharm to reduce the sync frequency, and performs sync when we start run/debug? Thanks!

0
1 comment

Hello,

Please navigate Settings | Build, Execution, Deployment | Deployment | Options, find the option "Upload changed files automatically to the default server", and set it to "On explicit save action". 

It's slightly different from your scenario and will sync files only when you press Save hotkeys, but it should mitigate sync lag.

0

Please sign in to leave a comment.