nixme / pry-nav

Binding navigation commands for Pry to make a simple debugger
MIT License
390 stars 35 forks source link

Installing pry-nav makes pry croak with "SystemStackError" #17

Closed rcs closed 3 years ago

rcs commented 12 years ago

$ pry Loading pryrc [1] pry(main)> ^D $ gem install pry-nav Fetching: pry-nav-0.2.2.gem (100%) Successfully installed pry-nav-0.2.2 1 gem installed $ pry /Users/rcs/Developer/.rbenv/versions/1.9.3-p125/bin/pry:19: stack level too deep (SystemStackError) $ gem uninstall pry-nav Successfully uninstalled pry-nav-0.2.2 $ pry Loading pryrc [1] pry(main)> ^D $

lgmkr commented 12 years ago

I have the same problem, need a solution

gpad commented 12 years ago

I have the same problem on windows:

C:>pry C:/Ruby192/bin/pry:23: stack level too deep (SystemStackError)

C:>gem uninstall pry-nav Successfully uninstalled pry-nav-0.2.2

C:>pry

Frame number: 0/5 [1] pry(main)>

TravisSpangle commented 12 years ago

I fixed this by uninstalling the pry-nav gem

nixme commented 12 years ago

Does pry-debugger work?

millisami commented 12 years ago

Me too had to uninstall the pry-nav gem and the SystemStackError is gone.

@nixme pry-debugger works but I've used it with the rails proj only.

iloveitaly commented 3 years ago

I've never run into this, and it's a very old issue. Closing this out.