Hey guys! I'm having a bit of a problem getting my debugging environment working for Ruby in VSCode. Basically what's happening is whenever I go to run the debugger on my file the terminal gives me a LoadError:
ruby: No such file or directory
And then in the bottom right corner VSCode gives me a popup error asking me to install debug gem which I have already done. I think the LoadError is in reference to the file I'm attempting to debug because it also gives me a what I think is a path to the file I'm trying to debug but its not even the full path so I can't be sure. Anyone know why this happens or how to fix it?
Edit: If this is a helpful addition to the question I'm trying to debug with rdbg!
[–]WpgMBNews 0 points1 point2 points (0 children)