Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Execution Transcript missing with new Apps Script runtime powered by Chrome V8

When using the Google Apps Script editor and using the new Apps Script runtime powered by Chrome V8, the Execution Transcript under View is gone. I'm wondering, where did it go? Has it been replaced by something? Is it gone for good?

I've tried all sorts of searches and forums, but unbelievably, I seem to be the only one who's noticed this. I find the Execution Transcript quite useful so I hope there is some kind of replacement if it is gone.

Thank you!

like image 433
Anax Avatar asked Sep 24 '19 15:09

Anax


People also ask

What is Chrome V8 runtime?

V8 is Google's open source high-performance JavaScript and WebAssembly engine, written in C++. It is used in Chrome and in Node.js, among others. It implements ECMAScript and WebAssembly, and runs on Windows 7 or later, macOS 10.12+, and Linux systems that use x64, IA-32, ARM, or MIPS processors.

Does Google App script support ES6?

This syntax includes let , const , and many other popular features. See V8 syntax examples for a short list of popular syntax improvements you can make using the V8 runtime. Caution: ES6 modules are not yet supported.

How do I stop Google App script from running?

If you are in the code editor, and want to stop a script from running, you can click the "cancel" link in the toast display. Or you can click "View" -> "Executions" from the code editor and then terminate the script.

What is library in google App script?

A library is a script project whose functions can be reused in other scripts. Warning: A script that uses a library doesn't run as quickly as it would if all the code were contained within a single script project.


1 Answers

Please Disabled the V8 runtime, execution transcripts are no longer available. You can disabled from Script Editor

Script Editor

enter image description here

Disable Menu

enter image description here

like image 76
kalyan Avatar answered Oct 01 '22 01:10

kalyan