S
scottydel
Hello,
I'm using Office 2003 and am stepping through some code by setting a break
point and using the debugger. My question is this, is there a way for a
break point to stop execution at a specific iteration of a loop?
For example, i have a for loop that iterates 16 times. I am only interested
in the last 4 iterations. Is there a way to set the break point to start
debugging after "x" iterations are complete, rather than stopping execution
at the first iteration, and having to step through the several iterations
that I am not interested in?
Any help would be appreiated.
Thanks,
Scott
I'm using Office 2003 and am stepping through some code by setting a break
point and using the debugger. My question is this, is there a way for a
break point to stop execution at a specific iteration of a loop?
For example, i have a for loop that iterates 16 times. I am only interested
in the last 4 iterations. Is there a way to set the break point to start
debugging after "x" iterations are complete, rather than stopping execution
at the first iteration, and having to step through the several iterations
that I am not interested in?
Any help would be appreiated.
Thanks,
Scott