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

Permission denied #174

Open jakehockey10 opened 5 years ago

jakehockey10 commented 5 years ago

When I run the command rdebug-ide, I get a Fatal exception in DebugThread loop: Permission denied - bind(2) for 'localhost' port 1234. I have tried other variations of host and port but always get a Permission denied error. I'm attempting to use vscode with a rails project inside of the ubuntu subsystem.

kwebos commented 4 years ago

@jakehockey10 did you manage to solve it? i'm having the same problem...

jakehockey10 commented 4 years ago

Nope. Really wanted vscode to work for me (I love it) but I had to go back to vim and occasionally rubymine when I feel like I need it

kwebos commented 4 years ago

I've uninstalled to a lower version of both ruby-debug-ide and debase and seems to be working now, but I agree, it feels like vscode and ruby are not the best fit...