binding.pry vs byebug vs debugger
11-Jan-2022 1348
To understand the debugging landscape in Rubystan, we must first understand this mysterious class called Binding. This class is used to encapsulate the current “execution context” of the program at any given point. The execution context can roughly be understood as a single frame in the program's execution stack, so it gives you access to all constants, variables and methods accessible in the current scope.
binding.pry vs byebug vs debugger #ruby #rubydeveloper #rubyonrails #binding.pry #byebug #debugger https://rubyonrails.ba/link/binding-pry-vs-byebug-vs-debugger