I am using PyCharm professional edition 2018.1 I am using remote interpreter via ssh. As a result, when I use shortcuts to Inspect Code (e.g. look at the source of a function I am using in the main script), the tab that opens refers to a file on the remote server /system/remote_resources/.../...
This is quite annoying because this is not the file I need to modify, since it is just a temporary copy of the local file and it already happened to me to modify the remote file, which has no effect on the execution.
Is there a way for PyCharm code inspection to open the local script, rather than the remote copy?
from Pycharm code inspection with remote interpreter
No comments:
Post a Comment