I’m trying to help debug a hang with the VS 2008 debugger. If I double click a thread in the Threads pane, I can see the trace for that thread in the Call Stack pane.
My question is: Is there a way to get all the call stacks for all the threads in one shot, without having to select each thread individually? I want to email the traces for all threads to the developer who is going to be investigating it.
Much more useful for the developer of an application than text stack traces would be to save a minidump using Debug | Save Dump As (in Visual Studio) and send that instead.