Skip to content

Instantly share code, notes, and snippets.

@kastiglione
Created September 15, 2017 23:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kastiglione/21e00bafdd15d3ed63eda24eb26b5aef to your computer and use it in GitHub Desktop.
Save kastiglione/21e00bafdd15d3ed63eda24eb26b5aef to your computer and use it in GitHub Desktop.
Log hit test views
b hitTest:withEvent:
break command add -s python -o 'print frame.EvaluateExpression("$arg1").description; return False'
@kastiglione
Copy link
Author

kastiglione commented Sep 15, 2017

Alternatively:

break command add -s python -o 'lldb.debugger.HandleCommand("po $arg1"); return False'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment