17

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?

Tomas
  • 17,551
  • 43
  • 152
  • 257

1 Answers1

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