Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Feature Requests
 call graphs
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

dinkai
Senior Member

27 Posts

Posted - Apr 29 2009 :  10:40:05 AM  Show Profile  Reply with Quote
Hi, any chance of adding a feature to generate visual graphs such as called by from a function, or a graph breaking down every call and sub call in a function?

feline
Whole Tomato Software

United Kingdom
18943 Posts

Posted - Apr 29 2009 :  1:19:26 PM  Show Profile  Reply with Quote
VS2008 has:

IDE View menu -> Other Windows -> Call Browser

which sounds like it should do what you want.

zen is the art of being at one with the two'ness
Go to Top of Page

dinkai
Senior Member

27 Posts

Posted - Apr 29 2009 :  3:36:45 PM  Show Profile  Reply with Quote
I doubt our studio will upgrade to 2008 for a couple of years. That being said, would that feature in VS2008 produce a call graph on par in terms of completeness with Understand C++ or what visual assist could potentially do? Thanks anyways

Cheers
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18943 Posts

Posted - Apr 30 2009 :  1:01:34 PM  Show Profile  Reply with Quote
Which IDE are you using?

There are a lot of edge cases with trying to produce a call graph from the source code alone. Also there are times when you can only construct an accurate call graph by running the code and seeing what happens, making it more of a debugger / code profiler action.

How close does Find References come to doing what you want?

zen is the art of being at one with the two'ness
Go to Top of Page

dinkai
Senior Member

27 Posts

Posted - Apr 30 2009 :  2:26:04 PM  Show Profile  Reply with Quote
We're currently using VS2005 for all C++ development. Find references does surprisingly well. At the very least if it's results could be translated into a visual graph representation that would be a great start.
Go to Top of Page

AdrianS
Senior Member

Canada
30 Posts

Posted - Apr 30 2009 :  4:10:29 PM  Show Profile  Reply with Quote
The Call Browser feature referred to by Feline is also in VS2005. Have you tried that?
Go to Top of Page

dinkai
Senior Member

27 Posts

Posted - May 08 2009 :  09:52:26 AM  Show Profile  Reply with Quote
Hi, the feature in vs2005 you are describing generates the same thing as find references. It does not generate an actual graph/chart.

Thanks
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18943 Posts

Posted - May 18 2009 :  7:42:43 PM  Show Profile  Reply with Quote
I am confused. I have just run this command, in VS2005, on a simple function and I am getting this:



this is very different to the information returned by Find References.

zen is the art of being at one with the two'ness
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000