MANAGED DEBUGGING with WINDBG. Introduction and Index

Hi all,

The other day I posted the list of commands I use on WinDbg when debugging .NET issues: SOS Cheat Sheet (.NET 2.0/3.0/3.5). In the next few posts I will provide you with additional info and samples on how to use those commands.

 

INDEX

 

1. Prerequisites
2. Help
3. Preparing the Environment
4. Setting a Breakpoint. Part1. Part 2. Part 3
5. Call Stacks. Part 1. Part 2. Part 3
6. Threads. Part 1. Part 2
7. Thread Stacks. Part 1. Part 2
8. Managed Heap. Part 1Part 2. Part 3. Part 4. Part 5
9. Breaking on an Exception. Part 1. Part 2
10. Locks

 

 

Regards,

 

Alex (Alejandro Campos Magencio)