Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Where did they put the "Caller Graph" in .NET

Status
Not open for further replies.

luddite333

Programmer
Mar 20, 2005
2
AU
In Studio 6.0 I can use Alt-F12 to Browse the Call Graph and Caller Graph to find out everywhere a function is used in a large project.

In .NET, Alt-F12 brings up a Find Symbol dialog. Not much use!

Is this feature missing, or hidden somewhere?
Does anyone have a solution available?
 
Try Ctrl-Alt-J or from the menu bar select View/Object Browser
 
Thanks for the shortcut. However I still can only find the actual function, and if I right-click I can go to "the reference" which shows me a ".h" file with the prototype.

In Studio 6.0 I can see an "explorer-style" tree with every function that calls it, and I can walk the tree to se who calls that one, etc...

It's essential to explore the impact of a proposed API change...

Can the object browser do anything like this?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top