The title is pretty self-explanatory. I often add traces when debugging, which requires adding the Debug.Trace
import. However, I equally often forget about removing those when I'm done.
What I'd like would be a "dev" switch which would add the import, so that when I disable it I could easily find all of the traces left in the code.