global

def breakout_navigation(action, times)

def breakout_navigation(action, times)
  pry_instance.binding_stack.clear     # Clear the binding stack.
  throw(
    :breakout_nav,              # Break out of the REPL loop and
    action: action,             #   signal the tracer.
    times: times,
  )
end