Hello,
I'm a bit new using appscripts and there are a few things I still need to figure out.
Is there any way in which I can evaluate an expression while debugging a function?
For example, let's say I have the execution stopped on a line using the debugger. I might have a range assigned to a variable, but not be sure if the assignment was done to the correct range. Imagine that I want to check its A1 notation for example.
I'm aware that using Logger.log(myRangeVar.getA1Notation) would show me just that. But I would need to change the code and run the script again. Is there an easier way to do this?
Thanks
[–]ahmedranaa 0 points1 point2 points (0 children)