How to dump or search in call stacks of ALL threads in Visual Studio? We have a server process to debug and it has hundreds of threads running, so it should be hard to manua
I just had the same problem, also in VS2005. I found a simpler solution:
While debugging open the command window of VS and use the command:
Debug.ListCallStack /AllThreads
I found this on:
http://blogs.msdn.com/b/greggm/archive/2005/08/02/446899.aspx