first of all, i am a new dude to the vc++ debugger
I want to know if there is a way to trace the flow of a program which has
'void' within a program. for example, if i the program has a main() which
has many classes and functions.... will the degugger of vc++ directs me into
those functions and show me how the data are changed the moment the program
is ran? i know i can do a Step-Into or Step-Over to see the change, but
they only show the step in main(), not into the void and classes. could
someone be so kind to show me where i can find those information (or how it
can be done?) my demostrator has about thousands lines and it would be nice
to see the mechanism of it as a debug execise.
Thank you.