Visual-studio – Disable noise messages in debug output windows – visual studio 2012

visual studiovisual studio 2012visual-studio-debugging

How do I disable messages in the debug output windows of visual studio 2012?

The thread '' (0x2360) has exited with code 0 (0x0)

Since the count of such messages is so high they bother me and hide my custom debugging information written using Debug.Write. Should I highlight my custom debugging information using red instead?

Best Answer

Right click on the Output window for the Debug selection; here you can select which types of messages to see.

The Thread Exit Messages option will be disabled in the example you gave.

enter image description here