This was a personal request to Patchou in which I text messaged him and requested it and it is being considered for Script Developers.
The request was the ability to step through the script to see exactly which line is causing the error. I had an issue with a script where the line was something like
jscript code:
a(b(), c());
functions B and C worked fine when not being called as parameters for A. However when called as parameters for A I recieved function expected. Which made no sense because it did exist. Also I had commented out all code for that function and left 1 Debug.Print line and the issue still occured. I had to revert to a previous version of the file and go from there. As you can see it caused a lot of headache (thankfully is fixed but to this day I am unsure what caused it)
Hence the request for the ability to step through the code when debugging
.