This is great, thanks for posting as I was not aware of the byebug remote debugging feature. I did find that this does not seem to work when using the Windows Subsystem for Linux 2 (WSL2). If I get it to work I'll post back.
In the meantime, I remove the rails server part of Procfile.dev and run two terminal tabs. One with rails s and the other with ./bin/dev. That way Procfile still manages redis, sidekiq and my cssbundling and jsbundling --watch processes.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
This is great, thanks for posting as I was not aware of the byebug remote debugging feature. I did find that this does not seem to work when using the Windows Subsystem for Linux 2 (WSL2). If I get it to work I'll post back.
In the meantime, I remove the
rails serverpart ofProcfile.devand run two terminal tabs. One withrails sand the other with./bin/dev. That way Procfile still manages redis, sidekiq and my cssbundling and jsbundling--watchprocesses.