class Byebug::RegularState

def frame_file(pos)

Parameters:
  • pos (Integer) -- Frame position.
def frame_file(pos)
  fullpath = context.frame_file(pos)
  Setting[:fullpath] ? fullpath : shortpath(fullpath)
end