Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC: replace "pry" with "debug" #598

Open
jay7x opened this issue Oct 1, 2024 · 0 comments
Open

RFC: replace "pry" with "debug" #598

jay7x opened this issue Oct 1, 2024 · 0 comments

Comments

@jay7x
Copy link
Contributor

jay7x commented Oct 1, 2024

Use Case

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant