Interactive console using docker or docker-compose remote debug option
Hi, I follow the tutorials below, using the project that the docker tutorial suggests and I'm able to debug using docker and docker-compose.
Docker tutorial:
https://www.jetbrains.com/help/ruby/using-docker-as-a-remote-interpreter.html
Docker-compose tutorial:
https://www.jetbrains.com/help/ruby/using-docker-compose-as-a-remote-interpreter.html
Project that I used:
https://github.com/avokin/DockerRailsApp
The issue is that I can't use the Interactive console. Like in the picture below, when I type "test" and press enter nothing happens. When I debug using my local ruby, I have access to the interactive console. Is there any config that I can setup to enable interactive console when debugging with a remote ruby on docker.
ps: I have the same problem when debugging a rspec file.

Please sign in to leave a comment.
Hello,
unfortunately at the moment it's not implemented, please add your votes to the corresponding requests:
https://youtrack.jetbrains.com/issue/RUBY-16846
https://youtrack.jetbrains.com/issue/RUBY-21611