[Do not use alone] Use for questions about Apps Script Editor (web IDE from Google) only, not for questions about other IDEs. Use with tag [google-apps-script] and Google product and API tags (i.e. [google-sheets]) where applicable.
About
Apps Script Editor is a web IDE used exclusively for creating and managing Google Apps Script projects and their dependencies. It has built-in code formatting, log viewer, and debugger.
Use
For questions:
about Google Apps Script Editor as a tool for managing script projects, including:
- adding or removing dependencies (Libraries)
- enabling and configuring Advanced Google Services
- managing
appsscript.json
manifest file - migrating projects to and from rhino and v8 runtimes
- running scripts directly from the editor
- versioning, deploying and publishing of Web Apps and Add-ons
about basic logging as opposed to Stackdriver logging
about troubleshooting using the built-in debugger and breakpoints
Use with appropriate product tag if the question is about a container-bound script project:
google-docs google-sheets google-forms google-slides
Do not use
For questions:
asking for help in debugging source code unless the execution context is specific to running the script in the Editor.
about Apps Script Dashboard, use google-apps-script-dashboard instead.
about Stackdriver logging, use stackdriver instead.
about managing script projects with CLASP, use clasp instead. Use both tags is about the interaction between them.
Useful resources
- Overview of Google Apps Script
- Guide on troubleshooting with Script Editor debugger
- Developer support documentation with info on the use of debugging tools
- Public Issue Tracker
Related tags