Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

toggle current thread flagged state

I saw a icon indicating "toggle current thread flagged state" when debugger is on.

What's it purpose?

Thanks.

like image 667
Ricky Avatar asked Feb 23 '10 08:02

Ricky


1 Answers

Debug + Windows + Threads. Note the flag in the first column. It can sometimes be difficult to find the current thread in this window when your app has a lot of threads. Especially when the thread doesn't have a good name. While stepping through code, you can use the "Toggle current thread flagged state" command in the Debug Location command bar to turn on the flag of the current thread. It also turns on the flag in the Thread combo box on that same command bar.

like image 137
Hans Passant Avatar answered Nov 28 '22 22:11

Hans Passant