Ruby Real time debugger | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Ruby Real time debugger

Dear all, Is there any real-time debugger for ruby i.e. I want to see how the code is running through the loops and condition on execution. As of now I had to put lot of puts statements to understand the flow.

6th Nov 2016, 2:53 PM
Ravi Katta
4 Answers
+ 1
you can also use the pry gem.
17th Jan 2017, 10:20 AM
Mariano Giagante
Mariano Giagante - avatar
+ 1
Both byebug and pry are called REPL tools. Read, evaluate, print, loop.
17th Jan 2017, 10:22 AM
Mariano Giagante
Mariano Giagante - avatar
0
You can use byebug gem
13th Jan 2017, 7:09 AM
Nevidnichiy Sergey
Nevidnichiy Sergey - avatar
0
Hi thankyou for answering, I already know these gems .
17th Jan 2017, 12:04 PM
Ravi Katta