class PryNav::Tracer
def initialize(pry_start_options = {})
def initialize(pry_start_options = {}) @step_in_lines = -1 # Break after this many lines @frames_when_stepping = nil # Only break at this frame level @frames = 0 # Traced stack frame level @pry_start_options = pry_start_options # Options to use for Pry.start end