SaaSHub helps you find the best software and product alternatives Learn more →
Top 8 Ruby Debug Projects
-
Project mention: Metaprogramming in Ruby: It's All About the Self (2009) | news.ycombinator.com | 2024-04-13
I've written Ruby for coming up on 20 years, so to be honest I haven't paid attention to what is written on that subject in recent years.
Bundler shouldn't be running inside a trap context, but you might be running into a situation where standard input/output from the actual process triggering your breakpoint has been redirected. In that case, ruby-debug[1] is a good option, as you attach to it from outside[2]. Basically, run "rdbg --open yourscript.rb" and then use rdbg -A from another terminal.
You use Pry remotely too[3] if you prefer.
[1] https://github.com/ruby/debug
[2] https://github.com/ruby/debug?tab=readme-ov-file#remote-debu...
[3] https://github.com/Mon-Ouie/pry-remote
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
i18n-debug
Ever wondered which translations are being looked up by Rails, a gem, or simply your app? Wonder no more!
-
callstacking-rails
Rails client for Call Stacking - your insurance policy for tracking down those hard-to-find production bugs.
We need to see the code paths that were executed for a certain request/feature/transaction.
I created Call Stacking for this visualization.
https://callstacking.com/
-
rails_tracepoint_stack
A formatted output of all methods called in your rails application of code created by the developer, with the complete path to the class/module, including passed params.
-
-
Ruby Debug discussion
Ruby Debug related posts
-
Metaprogramming in Ruby: It's All About the Self (2009)
-
For RoR, see in production every method call, parameter and return value
-
For RoR, see every method call, parameter and return value in production
-
For RoR, see in production every method call, parameter and return value
-
Ruby Tip – Interactive debugging without the need for gems
-
Don't Use Mocks
-
A note from our sponsor - SaaSHub
www.saashub.com | 19 Jan 2025
Index
What are some of the best open-source Debug projects in Ruby? This list will help you:
# | Project | Stars |
---|---|---|
1 | debug | 1,167 |
2 | Bugsnag | 250 |
3 | eyeloupe | 200 |
4 | i18n-debug | 185 |
5 | callstacking-rails | 39 |
6 | rails_tracepoint_stack | 24 |
7 | ruby-ray | 20 |
8 | Zabbix Unifi Video | 4 |