vscode-ruby version: 0.10.4It should connect to running instance of rdebug-ide
Cannot connect to running instance of rdebug-ide
Debug console outs
Debugger error: Client: Error: connect ECONNREFUSED 127.0.0.1:1234
Could you reproduce with a very simple rails app? Ideally you could provide a demonstration repo.
same
Same here.
have same problem
@shectermen @diazgilberto c try to run rdebug-ide --port 1234 --host 0.0.0.0 -- bin/rails s -b 0.0.0.0 and then attach to debugger
have same problem
Closing for issue cleanup. Apologies if this is still an issue. We are working to improve the core extension experience.
Most helpful comment
@shectermen @diazgilberto c try to run
rdebug-ide --port 1234 --host 0.0.0.0 -- bin/rails s -b 0.0.0.0and then attach to debugger