Is there any way to see how far a script has been executed?
I'm currently running a script with adds many indexes and so is taking a long time to complete.
So I was wondering if there is a way to see what bit of code is currently being executed (without previously using print statements) so I can have a rough idea when the script will finish