Skip to content

WIP: Remote Debugging

icc16 requested to merge feature/remote-debug into main

I used this and figured other's might get use out of it. If you don't connect a remote debugger it just acts normal as if someone ran rails s to start the app server. I have it as WIP b/c it's just a suggestion.

This uses ruby's official debugger gem and exposes a port that allows any remote debugger (this provides a default config for vscode) to connect for step debugging

Merge request reports

Loading