I just found out that I can do error handling with try…catch blocks and print errors to the console.log. These errors are printed with a line number as they should, that’s fine.
But then in the script editor - where do I see line numbers?!?
What if I have hundreds lines of code and I get the message that I have an error in line 385? How do I find this line?