Exit pry REPL with Byebug.stop
10 11 12 13 14
# File 'lib/pry-byebug/commands/exit_all.rb', line 10 def process super ensure Byebug.stop if Byebug.stoppable? end