Debugging stack traces, reprised
Debugging stack traces, reprised
- Subject: Debugging stack traces, reprised
- From: Graham Cox <email@hidden>
- Date: Mon, 03 Oct 2011 23:59:15 +1100
A good while back, I asked a question about how to get from a byte offset to a line number:
http://www.cocoabuilder.com/archive/cocoa/276690-debugging-stack-traces.html
Does this information still hold for the latest tools, i.e. LLVM and debugger?
Is it possible to extract the relevant line without actually running the code in the debugger? I ask because I have a situation where I have a crash report (with byte offset), I also have the source code and the dSYM file, but I can't run in the debugger without a lot of difficulty because the code is an iTunes plug-in, which will not allow a debugger to be attached. (I know there are ways, but I'm inclined to take an easier path if there is one).
--Graham
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden