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!
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.
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.
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.
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.
Please Disabled the V8 runtime, execution transcripts are no longer available. You can disabled from Script Editor
Script Editor
Disable Menu
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With