The console is designed with reference to the browser’s console, but has no interactive ability, only simple information output ability. Various information can be output through the interface of the console. log.
In addition, it will also output various operational errors, such as undefined parameters, execution alarms, or abnormal error messages.
If you are editing or debugging a script, you can open this console to more timely detect whether the script is running abnormally.