self.start

in lib/byebug/processors/pry_processor.rb [15:21]


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