DEV Community

Discussion on: Debugging Ruby locally in VSCode using ruby-debug and native breakpoints

Collapse
 
jwkicklighter profile image
Jordan Kicklighter

Do you have any idea if this works with the VS Code remote workspaces feature? My Ruby projects are often inside containers to prevent needing things like rvm to manage gemsets, but that means gems and OS dependencies aren't available locally for tools like this, and the server isn't even running locally.

Collapse
 
bobbymcwho profile image
Bobby McDonald

Hmm, I haven't tried that yet, but vscode does have built in support for devcontainers that might help with what you're looking for. Would you be interested in me exploring that and making a post with some quick finds?