WIP: Remote Debugging
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