Say I have a loop in my code that calls the rails debugger a few times
def show animals = [\'dog\', \'cat\', \'owl\', \'tiger\'] for animal in animals
exit debugger out of the loop, use
exit-all
instead of
cont
Although, it will create an error and you might have to remove debugger and send request again but it will get you out of all the loops