DEV Community

Discussion on: Remote Debugging with Foreman and Byebug

Collapse
 
jaykilleen profile image
Jay Killeen • Edited

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.