class Byebug::PryProcessor

def self.start

def self.start
  Byebug.start
  Setting[:autolist] = false
  Context.processor = self
  Byebug.current_context.step_out(5, true)
end