class PryByebug::FinishCommand


Run until the end of current frame

def process

def process
  PryByebug.check_file_context(target)
  breakout_navigation :finish
end