Most of the threads I am using in my C# application have names
(Thread.Name = ).
When I am debugging my application within VS 2005, I have a UI to stop
my application and the threads it started.
In the VS 2005 output window I was expecting to see thread names
within each thread exit line, but I am not seeing any.
For example, I am seeing lines similar to this one
"The thread 0x13d0 has exited with code 0 (0x0)."
but I was hoping to see lines with this format
"The thread <MyThreadName0x 13d0 has exited with code 0 (0x0)."
I am using C# with VS 2005.
Am I doing something wrong? Is this a configuration option? Or is
this just how it works within VS 2005?
(Thread.Name = ).
When I am debugging my application within VS 2005, I have a UI to stop
my application and the threads it started.
In the VS 2005 output window I was expecting to see thread names
within each thread exit line, but I am not seeing any.
For example, I am seeing lines similar to this one
"The thread 0x13d0 has exited with code 0 (0x0)."
but I was hoping to see lines with this format
"The thread <MyThreadName0x 13d0 has exited with code 0 (0x0)."
I am using C# with VS 2005.
Am I doing something wrong? Is this a configuration option? Or is
this just how it works within VS 2005?