Debug ruby in vagrant
Completed
Hello,
I've set up vagrant machine to run ruby scripts (version 2.3.1), which works as it should (kinda out-of-box), the problem is with debuging of the scripts as I'm getting "Connecting to debugger" timeout. After a bit of investigation, Rubymine (tried 2016.1 and 2016.2 EAP) runs rdebug-ide correctly but just fails to connect to the debugger. ------
Solved, problem was debase gem in incorrect version (0.2.1, works as expected with 0.2.2.beta8).
Please sign in to leave a comment.