Is there a way to configure byebug so that it does not ask to confirm before exiting when issuing a quit
command ?
(byebug) quit
Really quit? (y/n)
From the guide:
If you want to quit without being prompted, suffix the command with an exclamation mark, e.g., q!.