如何在Visual Studio中转储或搜索所有线程的调用堆栈?我们有一个服务器进程要调试,它有数百个线程在运行,因此应该很难手动检查每个线程.
我知道gdb中的"thread apply"可以做这种事情.所以我想知道visual studio的调试器中有类似的东西.
我也在使用visual studio 2005,所以请为VS 2005提供解决方案(在VS 2010中提供所有调用堆栈中的搜索...).
debugging multithreading callstack visual-studio-2005
callstack ×1
debugging ×1
multithreading ×1
visual-studio-2005 ×1