What kind of debugging features are there in VC++ 2008?
I'm looking for things like:
-Something to show which functions are being called and what functions are they calling, but limiting what it shows to only functions in my source files.
-Something to show me if there are any recursive functions.
-Something to show me how may times a certain function has been called.
Thanks for you time.