log backtrace at breakpoint

How can I log the backtrace/stacktrace when reaching a breakpoint?

0

Rurik,
While, you can log any arbitrary expression into the console (Log evaluated expression); it won't work with thread-specific calls like [NSThread callStackSymbols].
And AppCode currently doen't have a separate 'log back-trace' option. It seems that the only option is NSLog(@"%@",[NSThread callStackSymbols]);

0

请先登录再写评论。