Currently, trying to find a potential race condition, I suspended my WinForms application in the visual studio debugger.
The Themes window shows a lot of threads, of which I suspect this is the main reason for blocking.

Now I would like to do the following:
- Choose a stream
- Right click stream
- Select "Kill Stream" in the context menu
Unfortunately, I did not find an option that would allow me to do something like this.
My question is:
Is it possible to kill / terminate a specific thread in the Visual Studio 2013 debugger?