I am not sure if this is possible. Here is an example of a situation:
Something prints to my console, and I donβt know where it comes from in the code. I did a quick search using Finder in Xcode on terms such as "NSLog" and "print". Nothing significant has happened.
Is there any quick way Xcode detects where the source code for output comes from?
Like it when you right-click on a method, and you have all the possibilities to study the various parts of the code associated with this method.
Also: are there any other features that print besides NSLog and print?
Many thanks!
xcode
Eric brotto
source share