J
Jason Coyne
I am trying to use the StackTrace class to get my current stack trace
for some logging. Everything is working fine, except when I am using
threading (specifically WaitCallBack and ThreadPool.QueueUserWorkItem)
When I try to walk the stack from a location that has been called via
QueueUserWorkItem, the stack stops at the point where the thread was
launched. Is there a way to walk back further into the parent thread's
stack (at the time that my own thread was created, not the current
state)
Thanks, Jason.
for some logging. Everything is working fine, except when I am using
threading (specifically WaitCallBack and ThreadPool.QueueUserWorkItem)
When I try to walk the stack from a location that has been called via
QueueUserWorkItem, the stack stops at the point where the thread was
launched. Is there a way to walk back further into the parent thread's
stack (at the time that my own thread was created, not the current
state)
Thanks, Jason.