Is there a way to find out the source print statement in console output ?. Someone just made a change and started printing out random values in a Client Output Console. Is there a way to find out where the source print statement is ? (anything other than find/Replace)
You might be stuck using find print. You could encourage programmers to include info in any print statements that identifies where it came from. Or use system.util.getLogger instead of print…
We feel handicapped by missing search option in the scripts playground in such situations. Depending upon how big your scripts are or in how many files are they spread across, you can copy paste it in an editor like Notepad++ and do a search!