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 protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
