You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While pry is nice and useful, there are cases when it's not enough:
remote debugging (useful for Bolt tasks, Puppet providers, etc.)
code navigation/stepping through the program
Both cases can be solved with other gems (pry-byebug, pry-remote, etc.) though..
My recommendation is, instead of managing the collection of pry-related gems, we maybe should consider switching to debug gem: https://github.com/ruby/debug
The text was updated successfully, but these errors were encountered:
Use Case
While
pry
is nice and useful, there are cases when it's not enough:Both cases can be solved with other gems (pry-byebug, pry-remote, etc.) though..
My recommendation is, instead of managing the collection of pry-related gems, we maybe should consider switching to
debug
gem: https://github.com/ruby/debugThe text was updated successfully, but these errors were encountered: