class PryByebug::Processor
def resume_pry(context)
Resume an existing Pry REPL at the paused point.
def resume_pry(context) new_binding = context.frame_binding(0) Byebug.stop unless @always_enabled run(false) do @pry.repl new_binding end end
def resume_pry(context) new_binding = context.frame_binding(0) Byebug.stop unless @always_enabled run(false) do @pry.repl new_binding end end