is it possible to "disconnect" from a running remote script without aborting the script itself?
Answered
I'm looking for the equivalent of moving a script to the background + nohup when running scripts directly in a linux shell - which allows the script to continue running even if the local PC is disconnected
Please sign in to leave a comment.
anyone got a solution for this?
Hello,
We have related request on YouTrack: https://youtrack.jetbrains.com/issue/PY-25514
Feel free to vote for it and leave suggestions in comments.
While we are waiting for a proper UX in PyCharm, take a look at this workaround: https://tinyurl.com/yy4ezp8b
The workaround is just to close the project window while the script is running--a prompt comes up asking whether you want to terminate or disconnect from the running process.