When I press n
(or type next
) in a Rails app, very often I get into a gem's methods that I'm not interested in, and I have to press n
lots of times just to continue execution.
Is there a way, beside filling my code with byebug
calls, to just stay in my app's frames?
Any tips?