ruby on rails - Make Byebug finish executing without exiting Pry -
when set breakpoint byebug in rails, want finish executing, guide on github says use exit exits pry. typing continue repeatedly can annoying if breakpoint in loop.
is there anyway stop byebug without exiting rails console?
when running byebug under rails console or in rails' server quit byebug hitting ctrl+d.
the catch approach is, if in rails' server byebug not stop , debug next time hits byebug statement in code anywhere. works in rails console.
Comments
Post a Comment