I found this post which explains how to setup a conditional breakpoint in order to break on any printf function. What is the procedure to achieve something similar in XCode ? The purpose being obviously the debugger to stop when and where something tries to output anything in the console.
Asked
Active
Viewed 1,073 times