ruby-on-railsbyebug

byebug: Don't confirm on quit


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)

Solution

  • From the guide:

    If you want to quit without being prompted, suffix the command with an exclamation mark, e.g., q!.