bin/dev で起動すると debug.gem が使えなくなる
https://ruby-jp.slack.com/archives/CM0E8MA5T/p1666173180862289
bin/dev で起動すると debug.gem が使えなくなる
なぜならばforemanが標準入力をハンドリングできないから
挙がっていた解決策
debug.gemのリモートデバッグを使う
pry-remote を使う
foreman - binding.pry not works with command bin/dev - Stack Overflow
foremanのかわりにovermindを使う
DarthSim/overmind: Process manager for Procfile-based applications and tmux
foremanのかわりにhivemindをを使う
DarthSim/hivemind: Process manager for Procfile-based applications
#rails