Geeks3D Forums

Please login or register.

Login with username, password and session length

Author Topic: Microsoft Psscor4 - Managed-Code Debugging Extension for WinDbg  (Read 1669 times)

0 Members and 1 Guest are viewing this topic.

Stefan

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2384
    • View Profile

Quote
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.
Logged