想在alert的点击确认方法上下断点,但不知道怎么下?
以及对于你的问题。正确的方法是运行时获取这个UIAlertController对象-》获取action——》获取block地址-》断
谢!
http://www.swiftyper.com/2016/12/16/debuging-objective-c-blocks-in-lldb/
看这个:
感谢!~~~~