Skip to content

Instantly share code, notes, and snippets.

@anddygon
Created September 27, 2019 02:32
Show Gist options
  • Save anddygon/bbbfea4c2745eda60f52fcc5ec59828b to your computer and use it in GitHub Desktop.
Save anddygon/bbbfea4c2745eda60f52fcc5ec59828b to your computer and use it in GitHub Desktop.
建立一个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