When I go into the Google apps debugger it only lets me run the 1 function that is selected at the top. When I add additional breakpoints to the other functions and hit the play button it does not see those breakpoints. The process just ends. So what I really want is to walk through the debugger from start to finish. This will allow me to enter the data that I need and to see all the variables that are set along the way. If I try to run the separate functions, some will fail because of the required variables and/or objects do not exist.
Regards,
JohnO
I added several breakpoints and all were ignored except the first one in the function that I selected.
John Orlando is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.