class Byebug::ControlCommandProcessor::State

def confirm(*args)

def confirm(*args)
  'y'
end

def context

def context
  nil
end

def file

def file
  errmsg "No filename given.\n"
  throw :debug_error
end

def initialize(interface, commands)

def initialize(interface, commands)
  @interface = interface
  @commands = commands
end

def proceed

def proceed
end