Actions
Feature #32193
closedEnable byebug remote for development
Description
We already pull byebug debugger as pry-byebug dependency. Unfortunately, pry remote debugger (pry-remote) does not work properly when rails is started without an interactive terminal and also pry is a REPL tool not a full debugger.
I propose to add byebug gem explicitly into the development gem group and also including an initializer which will start remote debugger if an environment variable is set. Note this is not meant for production deployments.
This will unify debugging possibilities and enable anyone with little effort to start a debugging session. I plan to include instructions in our Contributing guide.
Actions