Remote Interpreter Debugger Config

I'm working on a rails app where our development environment is set up to run in a docker container inside of a vagrant box. When configuring a Vagrant remote interpreter, I'm asked for the path to ruby executable. The problem is that the ruby executable is inside the running rails docker container, so you can't provide a path to it. Any thoughts about how to make this work? Is it possible?

0
1 comment

In this type of setup you can try connecting to it via SSH (but the container should stay running):

https://www.jetbrains.com/help/ruby/running-ssh-terminal.html#ssh_remote_interpreter

0

Please sign in to leave a comment.