Is there any way to troubleshoot inside of a Do Until loop?
I have a function that runs a do until (just two loops). Something inside is failing, but apparently you can't see inside a Do Until until it finishes SUCCESSFULLY.
If you fails, you can't see while it is running, and if you terminate it, it doesnt show what is in there.
Am I missing something (hopefully)?