deivid-rodriguez/pry-byebug

The version 3.10.0 breaks rails console

AliSepehri opened this issue · 8 comments

After upgrading my pry-byebug to the version 3.10.0, my rails console has been broken:

Screenshot 2022-08-16 at 16 46 05

Hi, that's too bad, sorry. Which version of pry are you using? Is this reproducible on a plain Rails app?

We are also noticing this with 3.10.0

Are you using pry 0.13?

No, we are using pry 0.14.1

We are also using pry-rails (0.3.9) as well.

Yes, I figured that since otherwise your Rails console wouldn't use pry, right? However, I get this issue with pry-byebug 3.9.0 as well, so it might be an older regression? Or maybe you upgraded pry and pry-byebug at the same time?

No, for me it only happens with the version 3.10.0. I checked the latest changes and I just created a PR that fixes my issue.

This is super weird.