Created
September 27, 2019 02:32
-
-
Save anddygon/bbbfea4c2745eda60f52fcc5ec59828b 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
建立一个symbol断点,symbol写UIViewAlertForUnsatisfiableConstraints。 | |
断点action填写 expr -l objc++ -O -- [[UIWindow keyWindow] _autolayoutTrace] | |
expr -l Swift -- import UIKit | |
expr -l Swift -- unsafeBitCast(0x控件地址, to: UIView.self).backgroundColor = UIColor.red |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment