class PryByebug::ExitAllCommand


Exit pry REPL with Byebug.stop

def process

def process
  super
ensure
  Byebug.stop if Byebug.stoppable?
end