I am debugging console application, it has several threads running. Then why Thread Window is empty in VS 2010? I do not see any thread listed here, even main thread is not here. Do I need to enable something?
Asked
Active
Viewed 5,537 times
17
-
Might be a rendering issue. Try clicking around where the column headers should be, or try resizing the window. – Sep 26 '11 at 12:11
-
Are you using VS Express edition or more advanced? – sll Sep 26 '11 at 12:20
-
15This is pretty normal. Set a breakpoint or use Debug + Break All. – Hans Passant Sep 26 '11 at 17:11
-
1@HansPassant - Solved the issue for me as well. Should post that as an answer. – Broots Waymb Jul 11 '18 at 19:57
1 Answers
7
Seen in HansPassant's comment above: This is normal, please try to set a breakpoint or utilize Debug + Break All.

Impurity
- 1,037
- 2
- 16
- 31