Finding where a print string is coming from

Hi!

I have a project and it has grown quite a bit in size, recently there is a lot of debug print string text appearing. Is there an easy way to find where this ill place command is firing from?

Thanks,

I found it by simply stepping through all the operators until I found it.