Re: Any tools for displaying a C/C++/Objective C call tree.
Re: Any tools for displaying a C/C++/Objective C call tree.
- Subject: Re: Any tools for displaying a C/C++/Objective C call tree.
- From: Chris Hanson <email@hidden>
- Date: Mon, 14 Jan 2008 13:52:55 -0800
On Jan 14, 2008, at 1:31 PM, Tommy Nordgren wrote:
Do the Mac OS X developer tools include a tool for displaying the
(static) call tree of
applications written in C , C++ or Objective C?
If no, can someone please tell me where to locate such a tool. I've
looked at source forge,
but the only relevant project I've found there have not made any
releases yet.
Xcode does not include such a tool.
Furthermore, creating an accurate static call tree for Objective-C
code isn't possible in the general case: It requires running the
code, because what method is invoked as a result of any particular
message send is determined entirely at runtime.
-- Chris
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden