3

The Diagnostic Tools window by default includes IntelliTrace events like these:

Program Output: The thread 0x16b4 has exited with code 0 (0x0).

For applications with many threads, this can be a lot of clutter. It's easy enough to filter these from the Output window. How about the Diagnostic Tools window?

Community
  • 1
  • 1
Edward Brey
  • 40,302
  • 20
  • 199
  • 253

1 Answers1

0

You have to use Filter function that is available in the toolbar of Events tab. Click it, find Program Output item on the list and uncheck a check box next to it.

enter image description here

Michał Komorowski
  • 6,198
  • 1
  • 20
  • 24
  • That would throw out the baby with the bathwater. I want to keep program output in general. I just want to filter out the thread exit events. – Edward Brey Aug 31 '16 at 12:59