Skip to content

Instantly share code, notes, and snippets.

@aufflick
aufflick / reveal.py
Last active January 1, 2016 04:18 — forked from chrismiles/reveal.py
""" File: reveal.py
Add to ~/.lldbinit:
command script import ~/.lldb-scripts/reveal.py
Q: Want to automatically load the Reveal lib on launch while debugging from Xcode?
A: In Xcode:
Add a Symbolic Breakpoint
Symbol: "UIApplicationMain"
Action: Debugger Command with value "reveal"