Free download - PSSCOR2 - New WinDBG extension for debugging .NET 4.0 applications
PSSCOR extension is a debugger extension which is super-set of SOS.DLL. It is used for debugging .NET issues with WinDBG, such as high memory / CPU usage, crashes, etc...
We have released PSSCOR2 for .NET 2.0 related issues before and we were using PSSCOR4 for a long time in Microsoft for .NET 4.0 related issues and now it is available for public download.
You can download PSSCOR4 extension from Microsoft download page:
Psscor4 Managed-Code Debugging Extension for WinDbg
https://www.microsoft.com/downloads/en/details.aspx?FamilyID=a06a0fea-a4d4-434e-a527-d6afa2e552dd
Here is the overview taken from the same page:
Psscor4 can help you diagnose high-memory issues, high-CPU issues, crashes, hangs and many other problems that might occur in a .NET application; in scenarios involving live processes or dump files. If you are familiar with SOS.dll, the managed-debugging extension that ships with the .NET Framework, Psscor4.dll provides a superset of that functionality. Most of the added functionality helps you identify issues in ASP.NET. For example, Psscor4 provides the ability to view:
- managed call stacks (with source mappings)
- managed exception information
- what types are in the managed heap and their reference chain
- which ASP.NET pages are running on which thread
- the contents of the ASP.NET cache
- and much more.
Enjoy PSSCOR4 :)
--
AMB
Comments
- Anonymous
September 02, 2016
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=a06a0fea-a4d4-434e-a527-d6afa2e552ddis not found. - Anonymous
September 23, 2016
Does anyone know where to find PssCor2 or PssCor4? It seems that old links are broken, like this one http://www.microsoft.com/downloads/details.aspx?FamilyID=5c068e9f-ebfe-48a5-8b2f-0ad6ab454ad4 - Anonymous
June 09, 2017
The link is broken. I have called 6 different microsoft numbers. Still unresolved. Nobody was able to help let alone understand what I was asking for. All these great msdn blogs linking to a download link that doesn't work...- Anonymous
June 12, 2017
Hello Bryan,I am able to download the PSSCOR4 from the following download location:https://www.microsoft.com/en-us/download/details.aspx?id=21255
- Anonymous