How do I get the Threads window in VisualStudio2008?

c#, multithreading, visual-studio

Solution

While debugging, try:

Debug > Windows > Threads

Or Control+D, T (on my machine at least)

Problem

How do you get this window in VisualStudio 2008: alt text http://sarathc.files.wordpress.com/2008/09/image-thumb6.png I am especially looking at the "View" menu. It's just not there. I have a non-Express version of VisualStudio 2008. I found the above screenshot via google..that's the window I need. Any way to make that window open?

Original source