pry-plus icon indicating copy to clipboard operation
pry-plus copied to clipboard

pry-debugger 'next' has bugs replace with pry-byebug

Open jperry opened this issue 10 years ago • 6 comments

Hi,

I am using pry-plus with ruby 2.0 and I occasionally hit an issue where 'next' works like step, see this issue https://github.com/nixme/pry-debugger/issues/34. The recommendation is to use pry-byebug instead. If install pry-byebug with pry-plus will I have issues or will I need to install everything separately?

Thanks, Jay

jperry avatar Feb 04 '14 14:02 jperry

I'm curious what your results were, @jperry. An alternative would be to switch the dependency in in.yml, but I'm not sure what the intended supported rubies are. If it's ok to break the gem for anything besides 2.x, I'd think it'd be great (and I'd be surprised if that were ok), but otherwise it'd probably require a different way of enumerating dependencies.

jcaudle avatar May 16 '14 16:05 jcaudle

I suppose an alternative would be to release a version 2.0 of this gem with support for ruby 2.x only.

jcaudle avatar May 16 '14 16:05 jcaudle

I'm fine with whatever. I'll see if I have time this week to get you some results. Thanks!

jperry avatar May 19 '14 13:05 jperry

It appears @avantcredit has made a fork of this gem substituting pry-byebug for pry-debugger. That might be something worth looking into. (I should note that I'm not a contributor on either repository).

jcaudle avatar May 20 '14 02:05 jcaudle

:+1: to pulling @avantcredit's work.

yozlet avatar Aug 19 '14 19:08 yozlet

yes please! :+1:

coldnebo avatar Jan 13 '15 17:01 coldnebo