Is there a way to prevent Visual Studio from printing Thread exited statements into the Output Window?

后端 未结 1 387
一向
一向 2020-12-14 14:23

Such as:

The thread \'\' (0x16b4) has exited with code 0 (0x0).

When I am using the Output Window for my own data, the threading

相关标签:
1条回答
  • 2020-12-14 15:21

    Yes, this is easy to do. Just right-click the Output window and untick the "Thread Exit Messages" option:

    enter image description here

    If you want the setting to apply to every future project instead of just the current one then use Tools > Options > Debugging > Output Window > Thread Exit Messages = Off.

    0 讨论(0)
提交回复
热议问题