Thanks for replying Sreeram. Yet another reason to get 2K5 i suppose.
The beauty of Run To Cursor is that it lets me enter a loop, perform a couple of iterations to see whats going on, then get out of the loop without having to walk through a zillion additional iterations. I've never figured out how to accomplish that with break points. Seems like once a loop is entered while debugging, there just isn't anyway to exit it without walking through its execution line after line (without hitting Shift-F11 to just run through the rest of the code.)
Thanks,
Bob
|