Last active
January 4, 2016 12:19
-
-
Save Daniel1of1/8620734 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(lldb) br s -n objc_msgSend -c 0 | |
(lldb) c | |
**Do something eg. tap screen**(and wait) | |
(lldb) breakpoint list | |
//output (see 'hit count' :) ) | |
Current breakpoints: | |
1: name = 'objc_msgSend', locations = 1, resolved = 1 | |
Condition: 0 | |
1.1: where = libobjc.A.dylib`objc_msgSend, address = 0x014d10a4, resolved, hit count = 3867 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment