class Byebug::CommandProcessor

def initialize(context)

def initialize(context)
  @context = context
  @proceed = false
  @prev_line = nil
end