Leaving this link here… because… i kinda always forget the path!
~/Library/Logs/CoreSimulator/
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 pointerReading Method Parameters
register read $arg1 $arg2
memory read $arg1Printing Objects in Swift
expr -O --language objc -- 0x1003183e0Disassembling the current frame
disassemble --frameModule Image
image list ModuleNamexcodebuild -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