-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python remote debug support #51
Comments
Hi, at the moment we are not working on any IDE plugins - but we welcome contributions :) |
Hi @michalmodras, The question wasn't about plugins, but rather about how to debug the code using breakpoints with this Docker image. I found a solution that works for me by installing and running sshd in the container. This allows IDEs like PyCharm to establish an SSH connection and set up a remote interpreter. To enable this feature, it's necessary to forward an additional port for incoming SSH connections. If this solution is acceptable to you, I'd like to submit a pull request modifying entrypoint.sh and adding an additional configuration option, sshd_port. Let me know your thoughts. |
Hello @strobil, this sounds good to us, we will welcome your contribution. I think this feature should be disabled by default and enabled with a flag. |
must have, develop with proper debugging capability is essential |
Hello!
Are there any plans to introduce support for Python remote debugging in IDEs such as PyCharm and Visual Studio Code?
The text was updated successfully, but these errors were encountered: