Add code snippet in RubyMine and Visual Studio Code to binding.break
Here is a quick way to add a manual breakpoint in the code using code snippets.
The code
What I usually want to see directly when I debug Ruby code and I cannot (or don't have time to set up the RDBG) is the variables and methods of the current objec...
allaboutcoding.ghinda.com2 min read