I am caught in an endless loop on an efs that I am trying to write. I seam to remember from my rudimentary programming in my past, that I was able to *step* thru each line of code as if it excuted. Can this be done with java script?
If not, maybe I should break down the efs, into user defined functions and block out, with /*...*/, all but one function. Then unblock the next function, one at a time, untill I see where the problem is?
Thoughts please?
If not, maybe I should break down the efs, into user defined functions and block out, with /*...*/, all but one function. Then unblock the next function, one at a time, untill I see where the problem is?
Thoughts please?
Comment