class Byebug::Frame

def deco_file


Formatted filename in frame
def deco_file
  Setting[:fullpath] ? File.expand_path(file) : shortpath(file)
end