I am new to rails and trying to debug my code. I am using byebug for it.
The problem I am facing is that I want to know the variables in current scope but when I use any of these commands
info locals
info variables
it shows the error
*** Unknown info command locals
*** Unknown info command varibles
I am not able to figure out why this is happening.