Disable Debug Messages Option
When testing our application's objects via LP, our System.Diagnostic.Debug.WriteXXX messages are being captured in the Results window. Is there any way of disabling this feature in LP?
1
vote
anonymous
shared this idea
-
You can enter the following as the first line of your statement block to prevent this happening:
Debug.Listeners.Clear();