1

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)
port5432
  • 5,889
  • 10
  • 60
  • 97

1 Answers1

2

From the guide:

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

eugen
  • 8,916
  • 11
  • 57
  • 65