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