class Byebug::CommandProcessor::State

def initialize(commands, context, display, file, interface, line)

def initialize(commands, context, display, file, interface, line)
  @commands, @context, @display = commands, context, display
  @file, @frame_pos, @interface = file, 0, interface
  @line, @prev_line, @proceed = line, nil, false
end