byebug
Debugger
A Ruby debugger that provides traditional debugging features such as stepping, breaking, and evaluating.
Debugging in Ruby 2
3k stars
42 watching
328 forks
Language: Ruby
last commit: 2 months ago
Linked from 5 awesome lists
byebugdebuggerreplruby
Related projects:
Repository | Description | Stars |
---|---|---|
deivid-rodriguez/pry-byebug | Enables step-by-step debugging and stack navigation in the Ruby REPL | 2,004 |
ruby-debug/debase | A Ruby implementation of a debugger for Ruby 2.0.0 or higher. | 209 |
ruby/debug | A Ruby library providing advanced debugging tools and functionality | 1,139 |
presidentbeef/brakeman | A tool that scans Ruby on Rails applications for potential security vulnerabilities. | 7,015 |
kaspth/minitest-byebug | An extension to Ruby's Minitest framework to stop execution on test failures. | 49 |
trepan-debuggers/rb-trepanning | A high-level and low-level debugger for Ruby MRI versions 2.1.5, 1.9.3, or 1.9.2. | 74 |
andyobtiva/puts_debuggerer | A Ruby library that prints additional debugging information such as source line numbers and code statements when using the puts method. | 198 |
ruby/ruby | An implementation of an object-oriented programming language for scripting and web development | 22,145 |
brandonhilkert/sucker_punch | An asynchronous processing library that allows developers to run background jobs within the same process as their web application. | 2,643 |
jruby/jruby-debug | Provides a JRuby-based backend for Ruby Debugger | 15 |
ruby-concurrency/concurrent-ruby | A modern concurrency library for Ruby providing tools and abstractions for writing concurrent code safely and efficiently. | 5,707 |
rbspy/rbspy | A tool to profile CPU usage in running Ruby programs without requiring the program to restart. | 2,502 |
sferik/t-ruby | A command-line tool for interacting with the Twitter API | 5,432 |
rails/web-console | A debugging tool that allows developers to create interactive Ruby sessions in their browser. | 1,400 |
bugsnag/bugsnag-ruby | Provides error monitoring and exception reporting for Ruby applications | 248 |