Ruby Debugger

Open-source Ruby projects categorized as Debugger

Top 4 Ruby Debugger Projects

  • Pry

    A runtime developer console and IRB alternative with powerful introspection capabilities.

    Project mention: The File Filesystem | news.ycombinator.com | 2024-04-30
  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • Byebug

    Debugging in Ruby 2

  • Pry Byebug

    Step-by-step debugging and stack navigation in Pry

    Project mention: Debugging in Ruby with pry-byebug | dev.to | 2024-05-22

    The setup is really simple. Just add the pry-byebug gem to your Gemfile, and then run bundle install. I'd advise you to add it to the development and test groups to debug tests as well.

  • debug

    Debugging functionality for Ruby (by ruby)

    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

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Ruby Debugger discussion

Log in or Post with

Ruby Debugger related posts

  • Debugging in Ruby with pry-byebug

    1 project | dev.to | 22 May 2024
  • Metaprogramming in Ruby: It's All About the Self (2009)

    3 projects | news.ycombinator.com | 13 Apr 2024
  • Ruby 3.3

    11 projects | news.ycombinator.com | 24 Dec 2023
  • Connecting Debugger to Rails Applications

    4 projects | dev.to | 19 Dec 2023
  • Ruby Tip – Interactive debugging without the need for gems

    1 project | news.ycombinator.com | 22 Nov 2023
  • Free/low cost IDE recommendations please. :)

    1 project | /r/rails | 4 Jun 2023
  • Intro to Trace Inspector that displays Ruby trace logs with pretty UI

    2 projects | dev.to | 24 May 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 12 Dec 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Debugger projects in Ruby? This list will help you:

Project Stars
1 Pry 6,777
2 Byebug 3,343
3 Pry Byebug 1,993
4 debug 1,147

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you konow that Ruby is
the 12th most popular programming language
based on number of metions?