Re: Using VS2005/C++, how to create a function call (directed) graph or cross ref. table
- From: "David F" <David-White@xxxxxxxxxxxxx>
- Date: Tue, 19 Jun 2007 22:54:08 GMT
This is good for checking few single functions here and there. Isn't it? If so,
it is not practical for producing a total function calls graph (or cross ref. table) for
ALL functions in a larger program at once which is what I meant.
I should have emphasize it in the first place.
David
"Alex Blekhman" <xfkt@xxxxxxxxx> wrote in message
news:%23vpzLylsHHA.4324@xxxxxxxxxxxxxxxxxxxxxxx
David F wrote:
It would be nice if the scope is adjustable to a single file or an entire project and
and filtering should allow to include/exclude class objects' methods, etc.
Am I missing something understanding that such a fundamental service is
not available in VS2005+SP1?
You can use call browser, which is part of VS2005 IDE. Just
right click on any function and select "Call Browser" item
in context menu.
Alex
.
- Follow-Ups:
- Re: Using VS2005/C++, how to create a function call (directed) graph or cross ref. table
- From: Ben Voigt [C++ MVP]
- Re: Using VS2005/C++, how to create a function call (directed) graph or cross ref. table
- References:
- Prev by Date: Re: Generating a Random Number
- Next by Date: GetScrollRange(, &maxpos) & GetScrollLimit()
- Previous by thread: Re: Using VS2005/C++, how to create a function call (directed) graph or cross ref. table
- Next by thread: Re: Using VS2005/C++, how to create a function call (directed) graph or cross ref. table
- Index(es):
Relevant Pages
|