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

Debugger terminal error: Process failed: spawn rdebug-ide ENOENT #93

Open kattak2k opened 7 years ago

kattak2k commented 7 years ago

Dear All,

Ruby version : 2.3.3 VSCode Version: 1.12.1 OS Version: Ubuntu 17.04 Language : Ruby on Rails

Please refer link -->https://github.com/Microsoft/vscode/issues/26334

Steps to Reproduce:

Background:

I have installed "ruby on rails" using RVM, after that, I could only use the integrated terminal after running the command "/bin/bash --login" i.e. to run in a login shell. and I am also able to config the same in settings.json by modifying "terminal.integrated.shellArgs.linux": ["--login"]

Issue:

now when start the debug with Rails server option. I am getting error Debugger terminal error: Process failed: spawn rdebug-ide ENOENT. unable to understand what this is and how to fix. Please help... I guess this is also down to shell login

Best Regards!! Ravi