Helpers to aid breaking out of the REPL loop
Breaks out of the REPL loop and signals tracer
# File lib/pry-byebug/helpers/navigation.rb, line 11 def breakout_navigation(action, options = {}) pry_instance.binding_stack.clear throw :breakout_nav, action: action, options: options, pry: pry_instance end