Javascript – How to get debugging information for Apps Scripts functions called from a sheet?
I'm writing a fairly large amount of code in Apps Scripts currently, and debugging minor things has become troublesome. For example, instead of putting "SpreadsheetApp" I put "SpreadsHeetApp", and although I was made aware of this error by Apps Scripts,…