One nice feature of Instruments is its side-by-side display of source code next 
to assembly code. This is a great help when trying to figure out what the 
compiled code for a function or a line of code looks like.

Is there any way to get something like that when not using Instruments? Right 
now I’m looking at the Assembly assistant view in Xcode, which is really hard 
to work with — I have to search through the huge output to find the function I 
want, and the listing is full of jump labels and assembler directives that make 
it hard to pick out the actual instructions.

I’d even be happy to have a shellscript that would post-process the assembly 
and output a more readable form. (Which yeah, I could write myself, but I’d 
rather spend that hour debugging my current crasher, not remembering how sed 
works.)

—Jens
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (Xcode-users@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to