Reputation: 18117
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?
Upvotes: 17
Views: 5877
Reputation: 1122
Seen in HansPassant's comment above: This is normal, please try to set a breakpoint or utilize Debug + Break All.
Upvotes: 7