Author: Tom | Posted on: 6/17/2008 8:49:11 AM | Views : 1078


Since we are actively working on getting an updated version of SOS added to the debugger package that will work with .NET 2.0 and later, I thought I would post about some of the new functionality that you can expect to see in the updated version.
The first new command:
!DumpThreadConfig (!dtc for short) This command will pull out most of the useful settings around the Threadpool and print them out.  Here is how the output looks:

From this, we can see if autoConfig is set, and we can also get all the ...

Go to the complete details ...