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
I was having issues with changes to files (like adding byebug) being synced and found adding consistent to the volume definition helped:
consistent
volumes: - .:/usr/src/app:consistent