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