Category Archives: Code
Extending the new WinDbg, Part 3 – Embedding a C# interpreter
In part 1 and part 2, we’ve seen in detail how to customize the WinDBG…
Hashcode 2018 Report : how to make it to the top.
This year we took part in the Google Hashcode competition. This is a yearly competition where teams of 2…
Aujourd’hui je code!: teaching girls to code
The last day of November 2017 was a special day: about 40 students came to…
Extending the new WinDbg, Part 2 – Tool windows and command output
In the first part of the series, we saw how to extend the new WinDbg…
ClrMD Part 9 – Deciphering Tasks and Thread Pool items
This post of the series shows how to easily list pending tasks and work items…
ClrMD Part 8 – Spelunking inside the .NET Thread Pool
This post of the series shows how to easily list pending tasks and work items…
Extending the new WinDbg, Part 1 – Buttons and commands
This article is the first of a three-parts series on how to extend the new…
ClrMD Part 7 – Manipulate nested structs using dynamic
In the previous post of the ClrMD series, we’ve seen how to use dynamic to…
ClrMD Part 6 – Manipulate memory structures like real objects
This sixth post of the ClrMD series details how to make object fields navigation simple…
ClrMD Part 5 – How to use ClrMD to extend SOS in WinDBG
This fifth post of the ClrMD series shows how to leverage this API inside a WinDBG…