Re: problems/bugs in xCode
Re: problems/bugs in xCode
- Subject: Re: problems/bugs in xCode
- From: Sanjay Patel <email@hidden>
- Date: Fri, 24 Jun 2005 12:05:28 -0400
On Jun 24, 2005, at 11:17 AM, Jonny Taylor wrote:
Is there a way of getting source code to show up in Shark when
looking at a
disassembly? I know that on a release build there's likely to be a
lot of
reshuffling of code, but having anything there at all would be
better than
just reading a long function in pure assembly and trying to work
out what
assembly corresponds to what source from where it calls other
functions,
etc...
You're asking how to see source in Shark? Use -g (generate debugging
info) when you compile your app. Shark should show you source and
assembly side-by-side.
--
Sanjay
_______________________________________________
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