Debugging in Ruby

Learn the principles and benefits of debugging.

We'll cover the following

Debugging is the process of fixing bugs when we interact with an active program, instead of only looking into source code. When computers were relatively simple, there was no need for a sophisticated debugger.Programmers used to write code and look at results. If the results were satisfactory, then the program was considered okay. Now, things aren’t as simple.

Get hands-on with 1200+ tech skills courses.