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
370 stars 83 forks source link

unix socket support #183

Closed tdyas closed 4 years ago

tdyas commented 4 years ago

Allow debugger clients to connect to the in-process debug server over a UNIX domain socket instead of a local TCP socket which further ensures that only local processes may connect to the debug server.

[See https://github.com/ruby-debug/ruby-debug-ide/pull/166 for the original PR which can be closed.]