What gem is used with conjunction with "pry" for step by step debugging?

This page summarizes the projects mentioned and recommended in the original post on /r/ruby

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. pry-remote

    Connect to Pry remotely

    I use pry-remote in ruby/rails: https://github.com/Mon-Ouie/pry-remote

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. Pry

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

  4. Byebug

    Debugging in Ruby

    Others have been suggesting byebug, but for us it started causing random constant loading errors on Ruby 3 in Rails, due to Zeitwerk compatibility issues. So I'm quite happy that the debug gem came in as a replacement. I did like that pry-byebug allows stepping in a normal Pry console, I expect the debug gem will require some getting used to.

  5. Pry Byebug

    Step-by-step debugging and stack navigation in Pry

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Debugging in Ruby with pry-byebug

    1 project | dev.to | 22 May 2024
  • Why does pry/Zeitwerk have issues loading constants in breakpoint context?

    2 projects | /r/rails | 1 May 2023
  • How can you debug Rspec tests with VSCode?

    1 project | /r/ruby | 20 Apr 2023
  • Is parallel threading never going to be a thing?

    3 projects | /r/ruby | 21 Jan 2023
  • Bust Bugs with the Byebug Bug Debugger

    1 project | dev.to | 17 Mar 2022

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