I am trying to get the full stack trace by using the solution here: Xcode full stack trace
But I keep getting the following error:
(lldb) NSLog(@"Stack trace : %@",[NSThread callStackSymbols])
error: 'NSLog' is not a valid command.
error: Unrecognized command 'NSLog(@Stack trace : %@,[NSThread'.
What is causing this?