In running my scripts I find that syntax errors are not discoved until I actually execute that line of code. Is there a way to check for syntax error before the program executes?
Also is there a way to obtain the name of the function that you are currently in, example @FunctionName? It would be very useful for debugging purposes.
Thank you,
W.
Also is there a way to obtain the name of the function that you are currently in, example @FunctionName? It would be very useful for debugging purposes.
Thank you,
W.