Mobile terminal

Debugserver 127.0.0.1:12346 -a debugServer 127.0.0.1:12346 -aCopy the code

The computer side

12346 - > 1, the port mapping to the mobile phone 12346 2, LLDB into the computer the LLDB 3, process the connect connect: / / 127.0.0.1:12346Copy the code

operation

1, pview find the corresponding button 2, Po [(UIButton *)0x11447c360 allTargets] check targets 3, Po [(UIButton *)0x11447c360 ActionsForTarget: (id) 0 x107d54f50 forControlEvent: 64] 4, the methods EduInterestGuideCollectionView check button click method Look at the method of this class and find the corresponding method memory address 5, b memory breakpointCopy the code