[Newbies] debugging over loops

2014-05-30 Thread Joseph J Alotta
Greetings, How do I debug over loops? I tried using the over step and the through step, but that just keeps me inside the loop. I don't know what the other buttons do, like tally. Is there somewhere that explains this? Sincerely, Joe. ___

RE: [Newbies] debugging over loops

2014-05-30 Thread Ron Teitelbaum
Hi Joe, There are a few ways to get out of a loop. The best way is to just let the loop run. To do that select the space on your code you want to jump to right click and select: run to here That will take you to the place you clicked on in your code. There is another trick,