If you’re comfortable using LLDB from a Terminal session you can easily stop before any meaningful code gets executed:
lldb <executable-path> process launch -s
If you’re looking for an Xcode debugging environment, you should also be able to edit the scheme for your project (from the Product menu, select Scheme > Edit Scheme) to specify the app store binary as your executable and use the normal debugging workflow.
Xcode Runtime Analysis Tools
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
|