Remote debugging
tip
If you want to debug an application with Docker/Docker Compose, Vagrant, or WSL, configure a corresponding remote Ruby interpreter and start the debugging session directly from RubyMine as you do when debugging a local application. For example, Tutorial: Docker Compose as a remote interpreter shows how to debug a Rails application with the remote Docker Compose interpreter.
Thanks for your feedback!