In Google Sheets, you can add some scripting functionality. I\'m adding something for the onEdit
event, but I can\'t tell if it\'s working. As far as I can tell
It's far from elegant, but while debugging, I often log to the Logger, and then use getLog() to fetch its contents. Then, I either:
Essentially, it just becomes a JavaScript output issue.
It grossly lacks the functionality of modern console.log()
implementations, but the Logger does still help debug Google Scripts.