Tomas
Tomas

Reputation: 18117

Thread window is empty

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

Answers (1)

Impurity
Impurity

Reputation: 1122

Seen in HansPassant's comment above: This is normal, please try to set a breakpoint or utilize Debug + Break All.

Upvotes: 7

Related Questions