From d445b944ec9b23bc8b17d2cf0215178d1c8526b9 Mon Sep 17 00:00:00 2001 From: Krzysztof Szumny Date: Thu, 20 Aug 2015 02:37:02 +0200 Subject: [PATCH] Update docker_remote_debugging.rst --- .../docs/docker_remote_debugging.rst | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/{{cookiecutter.repo_name}}/docs/docker_remote_debugging.rst b/{{cookiecutter.repo_name}}/docs/docker_remote_debugging.rst index 273feb157..b8764eb8d 100644 --- a/{{cookiecutter.repo_name}}/docs/docker_remote_debugging.rst +++ b/{{cookiecutter.repo_name}}/docs/docker_remote_debugging.rst @@ -41,4 +41,15 @@ or you can also use ssh-key:: PyCharm ^^^^^^^ -This repository comes with already prepared "Run/Debug Configurations" for docker +This repository comes with already prepared "Run/Debug Configurations" for docker. + +Even if you tested ssh connection manually, you **have to** do that one more time, through PyCharm, to active "Run/Debug Configurations" for Docker. To do that, please go to *Settings > Build, Execution, Deployment > Deployment > docker_{{ cookiecutter.repo_name }}* and click *Test SFTP connection*: + +You should see: + +**Important note:** if in the future you will somehow lose ability to login to docker container through PyCharm, always start with *Test SFTP Connection*. Very often this solves all issues. + +Configure Remote Python Interpreter based on deployment settings +---------------------------------------------------------------- + +...