ruby-debug / ruby-debug-ide

An interface which glues ruby-debug to IDEs like Eclipse (RDT), NetBeans and RubyMine.
https://www.jetbrains.com/ruby/features/ruby_debugger.html
Other
371 stars 83 forks source link

Request: support configuration of host, port using environment variables #215

Open kwerle opened 3 years ago

kwerle commented 3 years ago

I do development in a docker container, so I always want to set the host to 0.0.0.0. It would be nice if I could do that using an environment variable - which I would simply set when launching the container.

When glancing at the code I thought maybe IDE_PROCESS_DISPATCHER would do that - but it does not seem to.

I intend to write a PR.