pankaj.talk
July 26th, 2010, 04:02 AM
Hi All,
What is the best way to get a thread dump / call stack for a thread in .NET?
Thanks
What is the best way to get a thread dump / call stack for a thread in .NET?
Thanks
|
Click to See Complete Forum and Search --> : Thread dump/call stack pankaj.talk July 26th, 2010, 04:02 AM Hi All, What is the best way to get a thread dump / call stack for a thread in .NET? Thanks boudino July 29th, 2010, 06:32 AM Use this constructor's overload (http://msdn.microsoft.com/en-us/library/t2k35tat.aspx) of StackTrace class. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |