nixme / pry-debugger

Pry navigation commands via debugger (formerly ruby-debug)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reuse pry instance

nixme opened this issue · comments

Don't call Pry.start for every new break. Just re-use the starting one.

According to @banister, replace the binding_stack of that pry instance and we should be all set. See how pry-stack_explorer does it.

Also look into calling Debugger.stop on continue.