English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2006-11-07 19:32:40 · 4 answers · asked by shweta k 1 in Computers & Internet Programming & Design

4 answers

For this you need to run the Debugger and set breakpoints and check whether the values in variables are what you expected. You can also check to see if correct branch/sub routine calls are happening. You can even single step your program to see this. In fact this could be very interesting.

2006-11-07 19:52:40 · answer #1 · answered by Hans 1 · 0 0

Press F10

or F11 to trace inside

2006-11-07 19:37:01 · answer #2 · answered by safrodin 3 · 0 0

1.Keep break points at the lines where you need to go or to trace the whole operation keep break points at several blocks.Then press F10 key to move line by line. Or F5 key to move from breakpoint to breakpoint.
2. View->Debug Windows->callstack will open a window which will show the sequnce of functions that are called.

2006-11-07 19:41:22 · answer #3 · answered by JP 1 · 0 0

http://msdn2.microsoft.com/en-us/library/ms235632(VS.80).aspx

2006-11-07 19:57:06 · answer #4 · answered by Adeel I 3 · 0 0

fedest.com, questions and answers