-
Notifications
You must be signed in to change notification settings - Fork 712
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to debug KSCrash in XCode? #398
Comments
@yuzhiyunAtTencent You can debuge KSCrash through KSLogger.Have a look at KSLogger.h. |
@yuzhiyunAtTencent Have you solved your problem? It seems that none of the demos he provided have the function of capturing logs |
You need to modify both lldb and KSCrash. |
@Folobe26 Thank you, because of your tip, my problem is solved. |
how to do that, with Xcode I can not make breakpoint in |
have you resolved the problem? , please help me,I don't know to make breakpoint in KSCrash |
+1,how to debug KSCrash by breakpoint |
I want to know how KSCrash works when a mach exception happened, especially how to get call stack, so I need to set breakpoints in KSCrash.
The text was updated successfully, but these errors were encountered: