Our application started to have some strange performance problems in the production environment. Constant CPU usage, although the app doesn't seem to be doing anything, and high memory usage.
We've created a dump file of the process using the Task Manager's feature. Now we're trying to debug it, but it doesn't seem to be that easy :)
VS2010 won't debug managed code, the only action available is "Debug with Native Only", that's probably because of the app being a .NET 3.5 app.
Is there a way to see the managed call stacks for all threads in this kind of situation?