I Have a code that fails abruptly after going through several hundred times around a for loop. (The loop is not over yet . I can see that from my printed output)
Pinpointing the exact location (line number) and variables at that point of failure can provide me with useful information. But I don't know how to extract it.
(I can't use the conventional step into + F10 method, as pressing F10 several 100 times during the loop would be tedious).
I am using microsoft visual C++ 2008 (express edition).
Thanking You in advance !