Debugging by logging information
Where you need to log it:
Logger.log('The text you log');
To view the log, go to View->Logs.
To debug a function, you can go to: Run->Debug Function->
Logger.log('The text you log');
To view the log, go to View->Logs.
To debug a function, you can go to: Run->Debug Function->
Comments
Post a Comment