A
A Mad Doberman
All,
I assume this question is pretty basic to someone in the know....I
have problems with a FOR loop, but the problem doesn't occur until the
end on the FOR loop (last few runs). I'm trying to debug it, but there
has to be an easier way! The loop runs through 500 times.
Is there any way to automatically skip to any one point in the loop to
debug starting at that point?
My loop is something like:
For i = 1 to 500
code
Next i
Can I somehow begin debugging at i = 495, for example?
Thanks all!
I assume this question is pretty basic to someone in the know....I
have problems with a FOR loop, but the problem doesn't occur until the
end on the FOR loop (last few runs). I'm trying to debug it, but there
has to be an easier way! The loop runs through 500 times.
Is there any way to automatically skip to any one point in the loop to
debug starting at that point?
My loop is something like:
For i = 1 to 500
code
Next i
Can I somehow begin debugging at i = 495, for example?
Thanks all!