class Byebug::Frame

def use_short_style?(arg)

def use_short_style?(arg)
  Setting[:callstyle] == "short" || arg[1].nil? || locals.empty?
end