class DEBUGGER__::Console

def history_file

def history_file
  history_file = CONFIG[:history_file]
  if !history_file.empty?
    File.expand_path(history_file)
  else
    history_file
  end
end