Leaving this link here… because… i kinda always forget the path!
~/Library/Logs/CoreSimulator/
Thoughts
Leaving this link here… because… i kinda always forget the path!
~/Library/Logs/CoreSimulator/
Okay. I need to jot this down somewhere, because i find myself googling this snippet, at least once a month.
It’s not complex, but for some reason, it’s constantly slipping off my mind!
for case let children as ElementNode in rootNode.children { }
Printing Arrays
parray number pointer
poarray number pointer
Reading Method Parameters
register read $arg1 $arg2
memory read $arg1
Printing Objects in Swift
expr -O --language objc -- 0x1003183e0
Disassembling the current frame
disassemble --frame
Module Image
image list ModuleName
xcodebuild -scheme TARGET clean build OTHER_SWIFT_FLAGS="-Xfrontend -debug-time-function-bodies" | grep .[0-9]ms | grep -v ^0.[0-9]ms | sort -nr > culprits.txt