Click here to Skip to main content
15,867,962 members
Everything / WinDbg

WinDbg

WinDbg

Great Reads

by Sebastian Solnica
.natvis files and type templates in WinDbg
by Sebastian Solnica
NetExt – SOS on Steroids
by LiYS
Finalizer case explained
by Ben M Watson
Understand exactly what happens during object allocation in .NET, why it's extremely efficient in the common case, and how to trigger slower code paths

Latest Articles

by Sarthak S
Assembly inspection and hacking with windbg
by Sarthak S
Assembly inspection and hacking with windbg
by Michael Chourdakis
Try deep CPU features
by LiYS
Finalizer case explained

All Articles

Sort by Score

WinDbg 

28 Apr 2018 by LiYS
Finalizer case explained
29 Sep 2014 by Ben M Watson
Understand exactly what happens during object allocation in .NET, why it's extremely efficient in the common case, and how to trigger slower code paths
28 Dec 2015 by Dmitry Orzhevsky
This article describes a set of tools and techniques which can be used to find memory allocation problems in .NET code and help significantly boost your app performance.
22 Apr 2012 by Mattias Högström
A native stackwalk funtion like Stackwalk64 cannot handle mixed-mode stacks, since managed code does not use the stack in the same way as native code does. There is an API called IDebugClient, that does walk a mixed-mode stack correctly, which we will explore.
27 Sep 2012 by Charles Ju
This article describes how to get the method name from an EventHandler with WinDbg.
1 Jul 2022 by Michael Chourdakis
Try deep CPU features
31 May 2023 by Sarthak S
Assembly inspection and hacking with windbg
15 May 2012 by Henry He
In this article, I will show how to troubleshoot an ASP.NET application hang with memory dump
5 Jun 2023 by Sarthak S
Assembly inspection and hacking with windbg