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.

Recommended Answers

All 2 Replies

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.

We have the same problem.. I hope someone help us both..

What you are looking for is called a profiler. One of the advanced Visual Studio packages has one built in but I think it's the Team Suite. I've used a couple in C# but not in C++. Here's a thread with some options. I think people like ANTS but it costs.

I'm surprised you didn't get more ideas on here from other folks...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.