Toggle current stream status

I saw an icon indicating "switch the current state of the stream by stream" when the debugger is on.

What is this goal?

Thanks.

+4
source share
1 answer

Debugging + Windows + Themes. Notice the flag in the first column. Sometimes it is difficult to find the current thread in this window when your application has many threads. Especially when the thread does not have a good name. When navigating through the code, you can use the "Toggle current thread flagged state" command on the Debug Location command line to enable the current thread flag. It also includes a flag in the Thread combo box on the same command bar.

+6
source

Source: https://habr.com/ru/post/1302105/


All Articles