class PryByebug::FinishCommand
Run until the end of current frame
Public Instance Methods
process()
click to toggle source
# File lib/pry-byebug/commands/finish.rb, line 20 def process PryByebug.current_remote_server&.teardown PryByebug.check_file_context(target) breakout_navigation :finish end