a
t
e
v
a
n
s
.
c
o
m
(╯°□°)╯︵ <ǝlqɐʇ/>
objective c - How do you print out a stack trace to the console/log in Cocoa? - Stack Overflow
Apr 26, 2011
NSLog
(@
"%@"
,[
NSThread
callStackSymbols
]);
via
stackoverflow.com
Should probably put this in TextExpander or something.