
 Rank: Guest Groups: Guest
Joined: 9/17/2007 Posts: 11,670 Points: -1,200
|
Date parsed: 21/04/2008 23:19:42 Date: Mon, 21 Apr 2008 22:19:42 +0100
Hi,
I'm not sure if it's what you want, but have you looked at the "call stack" window?
RedJoy wrote: > Problem: > I have a VS 2003 .NET solution (which cannot currently be converted to later > versions of VS) containing 8 projects and I need to see what functions are > called when I select different tasks. > > For instance, I select File->New and then the code would call functions A, > then B, then D, etc. until the 'File' has been created. > > Then I select File->Delete and the the code would call functions A, then C, > etc. until the 'File' has been deleted. > > This would be done until I select all my menu items, context menus, etc. > > I am not concerned about any overhead issues, as I just want to generate a > report of function calls. > > > Question: > Is there a tool, addon, capability in VS to allow me to do this? > Source analysis tools using scripts may also be suggested. > >
-- Gerry Hickman (London UK)
|