I want to use byebug to debug my application but the app is never stop although I already put byebug inside my code. Here is my Gemfile.
byebug
group :deve
To enable debugger mode:
docker-compose run --service-ports web
See this blog post