Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / WinDbg

WinDbg

WinDbg

Great Reads

by Sebastian Solnica
.natvis files and type templates in WinDbg
by Sebastian Solnica
A case of a deadlock in a .NET application
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.
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 Sebastian Solnica
.natvis files and type templates in WinDbg
by Sebastian Solnica
A case of a deadlock in a .NET application
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.
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

All Articles