class Byebug::CommandProcessor::State

def location

def location
  loc = "#{CommandProcessor.canonic_file(@file)} @ #{@line}\n"
  loc += "#{Byebug.line_at(@file, @line)}\n" unless
    ['(irb)', '-e'].include? @file
  loc
end