-
Notifications
You must be signed in to change notification settings - Fork 377
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
Add debug dependency to gemfiles #4299
base: master
Are you sure you want to change the base?
Conversation
If you do not need this gem to be added to all the gemfiles, have you consider placing it within the |
Some of the integrations had a dependency on byebug which serves the same function - I replaced it with a dependency on debug to be consistent. |
I also removed |
What does this PR do?
Adds dependency on
debug
Motivation:
I would like to use a debugger in dd-trace-rb
Change log entry
None
Additional Notes:
This replaces the earlier byebug addition request (#4188)
How to test the change?
N/A